# Packages
Package handlertrace allows middleware authors using lambda.NewHandler to instrument request and response events.
No description provided by the author
# Functions
NewFunction which creates a Function with a given Handler.
NewHandler creates a base lambda handler from the given handler function.
Start takes a handler and talks to an internal Lambda endpoint to pass requests to the handler.
StartHandler takes in a Handler wrapper interface which can be implemented either by a custom function or a struct.
StartHandlerWithContext is the same as StartHandler except sets the base context for the function.
StartWithContext is the same as Start except sets the base context for the function.
# Variables
No description provided by the author
# Interfaces
No description provided by the author