Versions in this module Expand all Collapse all v0 v0.1.0 Jan 10, 2020 Changes in this version + func GetHttpHandler(lambdaHandler APIGatewayProxyHandler, resourcePathPattern string, ...) http.Handler + func GetHttpHandlerWithContext(lambdaHandler APIGatewayProxyHandlerWithContext, resourcePathPattern string, ...) http.Handler + type APIGatewayProxyHandler func(r events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + type APIGatewayProxyHandlerWithContext func(ctx context.Context, r events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)