Versions in this module Expand all Collapse all v0 v0.14.2 Jun 7, 2023 Changes in this version + type HandlerFuncAdapterALB = httpadapter.HandlerAdapterALB + func NewALB(handlerFunc http.HandlerFunc) *HandlerFuncAdapterALB + type HandlerFuncAdapterV2 = httpadapter.HandlerAdapterV2 + func NewV2(handlerFunc http.HandlerFunc) *HandlerFuncAdapterV2 v0.3.0 May 6, 2019 Changes in this version type HandlerFuncAdapter + func (h *HandlerFuncAdapter) ProxyWithContext(ctx context.Context, event events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) v0.2.0 Dec 20, 2018 Changes in this version + type HandlerFuncAdapter struct + func New(handlerFunc http.HandlerFunc) *HandlerFuncAdapter + func (h *HandlerFuncAdapter) Proxy(event events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)