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 ¶ added in v1.1.0
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 ¶ added in v1.1.0
type DatadogHandler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.