Versions in this module Expand all Collapse all v0 v0.18.0 Oct 18, 2023 v0.17.0 Oct 18, 2023 Changes in this version + type EchoLambda struct + Echo *echo.Echo + func New(e *echo.Echo) *EchoLambda + func (e *EchoLambda) Proxy(req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + func (e *EchoLambda) ProxyWithContext(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + type EchoLambdaALB struct + Echo *echo.Echo + func NewALB(e *echo.Echo) *EchoLambdaALB + func (e *EchoLambdaALB) Proxy(req events.ALBTargetGroupRequest) (events.ALBTargetGroupResponse, error) + func (e *EchoLambdaALB) ProxyWithContext(ctx context.Context, req events.ALBTargetGroupRequest) (events.ALBTargetGroupResponse, error) + type EchoLambdaV2 struct + Echo *echo.Echo + func NewV2(e *echo.Echo) *EchoLambdaV2 + func (e *EchoLambdaV2) Proxy(req events.APIGatewayV2HTTPRequest) (events.APIGatewayV2HTTPResponse, error) + func (e *EchoLambdaV2) ProxyWithContext(ctx context.Context, req events.APIGatewayV2HTTPRequest) (events.APIGatewayV2HTTPResponse, error)