Versions in this module Expand all Collapse all v0 v0.12.2 Jan 24, 2022 v0.12.1 Jan 24, 2022 Changes in this version + type IrisLambda struct + func New(app *iris.Application) *IrisLambda + func (i *IrisLambda) Proxy(req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + func (i *IrisLambda) ProxyWithContext(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)