# Functions

GatewayTimeout returns a dafault Gateway Timeout (504) response.
No description provided by the author
GetAPIGatewayContextFromContext retrieve APIGatewayProxyRequestContext from context.Context.
GetRuntimeContextFromContext retrieve Lambda Runtime Context from context.Context.
GetStageVarsFromContext retrieve stage variables from context.
NewLoggedError generates a new error and logs it to stdout.
NewProxyResponseWriter returns a new ProxyResponseWriter object.

# Constants

APIGwContextHeader is the custom header key used to store the API Gateway context.
APIGwStageVarsHeader is the custom header key used to store the API Gateway stage variables.
CustomHostVariable is the name of the environment variable that contains the custom hostname for the request.
DefaultServerAddress is prepended to the path of each incoming reuqest.

# Structs

ProxyResponseWriter implements http.ResponseWriter and adds the method necessary to return an events.APIGatewayProxyResponse object.
RequestAccessor objects give access to custom API Gateway properties in the request.