wrapper

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// CurrentContext is the last create lambda context object.
	CurrentContext context.Context
)

Functions

func WrapHandlerWithListeners

func WrapHandlerWithListeners(handler interface{}, listeners ...HandlerListener) interface{}

WrapHandlerWithListeners wraps a lambda handler, and calls listeners before and after every invocation.

Types

type HandlerListener

type HandlerListener interface {
	HandlerStarted(ctx context.Context, msg json.RawMessage) context.Context
	HandlerFinished(ctx context.Context, err error)
}

HandlerListener is a point where listener logic can be injected into a handler

Jump to

Keyboard shortcuts

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