# Functions
GatewayTimeout returns a dafault Gateway Timeout (504) response.
No description provided by the author
GetAPIGatewayContextFromContext retrieve APIGatewayProxyRequestContext from context.Context.
GetAPIGatewayV2ContextFromContext retrieve APIGatewayProxyRequestContext from context.Context.
GetRuntimeContextFromContext retrieve Lambda Runtime Context from context.Context.
GetRuntimeContextFromContextV2 retrieve Lambda Runtime Context from context.Context.
GetStageVarsFromContext retrieve stage variables from context.
GetStageVarsFromContextV2 retrieve stage variables from context.
NewLoggedError generates a new error and logs it to stdout.
NewProxyResponseWriter returns a new ProxyResponseWriter object.
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.
# Structs
ProxyResponseWriter implements http.ResponseWriter and adds the method necessary to return an events.APIGatewayProxyResponse object.
ProxyResponseWriterV2 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.
RequestAccessorV2 objects give access to custom API Gateway properties in the request.