Documentation
¶
Index ¶
- func DeleteLambda(lambdaName string) (*lambda.DeleteFunctionOutput, error)
- func DeployLambdaFromS3(functionName, bucket, key string) error
- func DeployLambdaFromZIP(functionName, zipPath string) error
- func DescribeLambda(lambdaName string) (*lambda.GetFunctionOutput, error)
- func InvokeLambda(name string, payload []byte, invocationType types.InvocationType) (*lambda.InvokeOutput, error)
- func ListLambdas() ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteLambda ¶ added in v0.0.73
func DeleteLambda(lambdaName string) (*lambda.DeleteFunctionOutput, error)
func DeployLambdaFromS3 ¶ added in v0.0.73
func DeployLambdaFromZIP ¶ added in v0.0.73
func DescribeLambda ¶ added in v0.0.73
func DescribeLambda(lambdaName string) (*lambda.GetFunctionOutput, error)
func InvokeLambda ¶
func InvokeLambda(name string, payload []byte, invocationType types.InvocationType) (*lambda.InvokeOutput, error)
func ListLambdas ¶ added in v0.0.73
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.