# Packages
No description provided by the author
# Functions
NewHandler returns an apex.Handler.
NewRequest returns a new http.Request from the given Lambda event.
NewResponse returns a new response writer to capture http output.
# Structs
Identity is the identity information associated with the request.
Input is the input provided by API Gateway.
Output is the output expected by API Gateway.
RequestContext is the contextual information provided by API Gateway.
ResponseWriter implements the http.ResponseWriter interface in order to support the API Gateway Lambda HTTP "protocol".