# Functions
FormatEvent Format event.
FormatEventHTTP converts a http.Request to internal APIGatewayProxyRequest object.
GetExecutionContext is used to create a new execution context and make it available, for offline testing thoses values are definied by default and does not affect functions performance.
GetResponse Transform a response string into an HTTP Response structure.
HydrateHttpResponse will try to fill the response writer with content of body.
IsJSON returns true if the input is a valid JSON message.
No description provided by the author
NewInvoker Initialize runtime configuration to execute function handler.
No description provided by the author
# Variables
ErrInvalidHTTPResponseFormat Error type for mal-formatted responses from handler.
ErrNotSupportedTrigger Error when event is assigned to not supported trigger types.
ErrReadBody returned if body read returns error.
ErrRespEmpty is returned if we try to read a nil response.
# Structs
APIGatewayProxyRequest contains data coming from the API Gateway proxy.
APIGatewayProxyRequestContext contains the information to identify the AWS account and resources invoking the Lambda function.
CoreRuntimeRequest - Structure for a request from core runtime to sub-runtime with event, context, and handler informations to dynamically import.
ExecutionContext type for the context of execution of the function including memory, function name and version...
FunctionInvoker - In charge of running sub-runtime processes, and invoke it with all the necessary informations to bootstrap the language-specific wrapper to run function handlers.
ResponseHTTP Type for HTTP triggers response emitted by function handlers.