wrapper

package
v2.0.0-...-deee68b Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2025 License: Apache-2.0, BSD-3-Clause Imports: 8 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 WrapHandlerInterfaceWithListeners

func WrapHandlerInterfaceWithListeners(handler lambda.Handler, listeners ...HandlerListener) lambda.Handler

func WrapHandlerWithListeners

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

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

Types

type DatadogHandler

type DatadogHandler struct {
	// contains filtered or unexported fields
}

func (*DatadogHandler) Invoke

func (h *DatadogHandler) Invoke(ctx context.Context, payload []byte) ([]byte, error)

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