Versions in this module Expand all Collapse all v0 v0.3.2 Apr 24, 2020 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)