package
1.47.0
Repository: https://github.com/aws/aws-lambda-go.git
Documentation: pkg.go.dev

# Functions

FromContext returns the HandlerTrace associated with the provided context.
NewContext adds callbacks to the provided context which allows handlers which wrap the return value of lambda.NewHandler to access to the request and response events.

# Structs

HandlerTrace allows handlers which wrap the return value of lambda.NewHandler to access to the request and response events.