Versions in this module Expand all Collapse all v1 v1.0.0 Feb 29, 2020 Changes in this version + func BadRequest(msg string) *events.APIGatewayProxyResponse + func Created() *events.APIGatewayProxyResponse + func InternalServerError(msg string) *events.APIGatewayProxyResponse + func NewMultiEventTypeHandler(fn multiEventTypeHandlerFn) lambda.Handler + func NoContent() *events.APIGatewayProxyResponse + func NotFound(msg string) *events.APIGatewayProxyResponse + func OkText(msg string) (*events.APIGatewayProxyResponse, error) + func Redirect(to string) events.APIGatewayProxyResponse + func RespondJson(out interface{}) (*events.APIGatewayProxyResponse, error) + func ServeApiGatewayProxyRequestUsingHttpHandler(ctx context.Context, proxyRequest *events.APIGatewayProxyRequest, ...) ([]byte, error)