lambdafunction

package
v0.0.0-...-5c2f431 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2024 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockLambdaFunction

type MockLambdaFunction struct {
	Provisioning bool
	Updating     bool
	Terminating  bool
}

func (*MockLambdaFunction) DisableEventSourceMapping

func (l *MockLambdaFunction) DisableEventSourceMapping(ctx context.Context, functionName string, uuid string) error

func (*MockLambdaFunction) EnableEventSourceMapping

func (l *MockLambdaFunction) EnableEventSourceMapping(ctx context.Context, functionName string, uuid string) error

func (*MockLambdaFunction) GetEventSourceMappingUuidTuples

func (l *MockLambdaFunction) GetEventSourceMappingUuidTuples(ctx context.Context) (*lambda.FunctionNameUuidTuples, error)

type MockLambdaFunctionWithErrorResponse

type MockLambdaFunctionWithErrorResponse struct {
	Provisioning bool
	Updating     bool
	Terminating  bool
}

func (*MockLambdaFunctionWithErrorResponse) DisableEventSourceMapping

func (l *MockLambdaFunctionWithErrorResponse) DisableEventSourceMapping(ctx context.Context, functionName string, uuid string) error

func (*MockLambdaFunctionWithErrorResponse) EnableEventSourceMapping

func (l *MockLambdaFunctionWithErrorResponse) EnableEventSourceMapping(ctx context.Context, functionName string, uuid string) error

func (*MockLambdaFunctionWithErrorResponse) GetEventSourceMappingUuidTuples

func (l *MockLambdaFunctionWithErrorResponse) GetEventSourceMappingUuidTuples(ctx context.Context) (*lambda.FunctionNameUuidTuples, error)

Jump to

Keyboard shortcuts

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