Versions in this module Expand all Collapse all v0 v0.0.1 Aug 18, 2023 Changes in this version + type HandlerAdapter struct + func New(handler http.Handler) *HandlerAdapter + func (h *HandlerAdapter) Proxy(event events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + func (h *HandlerAdapter) ProxyWithContext(ctx context.Context, event events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + type HandlerAdapterALB struct + func NewALB(handler http.Handler) *HandlerAdapterALB + func (h *HandlerAdapterALB) Proxy(event events.ALBTargetGroupRequest) (events.ALBTargetGroupResponse, error) + func (h *HandlerAdapterALB) ProxyWithContext(ctx context.Context, event events.ALBTargetGroupRequest) (events.ALBTargetGroupResponse, error) + type HandlerAdapterV2 struct + func NewV2(handler http.Handler) *HandlerAdapterV2 + func (h *HandlerAdapterV2) Proxy(event events.APIGatewayV2HTTPRequest) (events.APIGatewayV2HTTPResponse, error) + func (h *HandlerAdapterV2) ProxyWithContext(ctx context.Context, event events.APIGatewayV2HTTPRequest) (events.APIGatewayV2HTTPResponse, error)