lambda

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddPermission added in v0.0.3

func AddPermission(cfg aws.Config, input *lambda.AddPermissionInput) (*lambda.AddPermissionOutput, error)

This is trigger

func Create

func Create(cfg aws.Config, name, handler, zipfile string,
	memorySize int32,
	timeOut int32,
	role string,
) error

GOOS=linux GOARCH=amd64 go build -o bin/lambda-time .

func CreateEventSourceMapping added in v0.0.3

func CreateZip

func CreateZip(file string)

func Delete

func Delete(cfg aws.Config, name string) error

func FindARN added in v0.0.3

func FindARN(cfg aws.Config, functionName string) (string, error)

func GetFunctionConfiguration added in v0.0.3

func GetFunctionConfiguration(cfg aws.Config, functionName string) (*lambda.GetFunctionConfigurationOutput, error)

func GetFunctionEventInvokeConfig added in v0.0.3

func GetFunctionEventInvokeConfig(cfg aws.Config, functionName string) (*lambda.GetFunctionEventInvokeConfigOutput, error)

func Invoke

func Invoke(cfg aws.Config, name, json string) (string, error)

GOOS=linux GOARCH=amd64 go build -o bin/lambda-time .

func KinesisExample added in v0.0.3

func KinesisExample() string

func ListEventSourceMapping added in v0.0.3

func ListEvents added in v0.0.3

func ListEvents(cfg aws.Config, functionName string) (*lambda.ListEventSourceMappingsOutput, error)

func ListFunctions added in v0.0.3

func ListFunctions(cfg aws.Config, max int32) (*lambda.ListFunctionsOutput, error)

func SNSExample added in v0.0.3

func SNSExample() string

func UpdateFunctionConfiguration added in v0.0.3

Types

This section is empty.

Jump to

Keyboard shortcuts

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