lambdautils

package
v0.0.101 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ActivateLambdas added in v0.0.95

func ActivateLambdas(conf ActivateLambdasProps)

func DeleteLambda added in v0.0.73

func DeleteLambda(lambdaName string) (*lambda.DeleteFunctionOutput, error)

func DeployLambdaFromS3 added in v0.0.73

func DeployLambdaFromS3(functionName, bucket, key string) error

func DeployLambdaFromZIP added in v0.0.73

func DeployLambdaFromZIP(functionName, zipPath string) error

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 ListLambdaNames added in v0.0.94

func ListLambdaNames() ([]string, error)

func ListLambdas added in v0.0.73

func ListLambdas() ([]types.FunctionConfiguration, error)

func ListTags added in v0.0.94

func ListTags(lambdaARN string) (*lambda.ListTagsOutput, error)

Types

type ActivateLambdasProps added in v0.0.99

type ActivateLambdasProps struct {
	Prefix   []string
	Suffix   []string
	Contains []string
	Ignore   []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL