Versions in this module Expand all Collapse all v1 v1.0.0 Mar 21, 2023 Changes in this version + type GinLambda struct + func New(gin *gin.Engine) *GinLambda + func (g *GinLambda) Proxy(req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + func (g *GinLambda) ProxyWithContext(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + type GinLambdaV2 struct + func NewV2(gin *gin.Engine) *GinLambdaV2 + func (g *GinLambdaV2) Proxy(req events.APIGatewayV2HTTPRequest) (events.APIGatewayV2HTTPResponse, error) + func (g *GinLambdaV2) ProxyWithContext(ctx context.Context, req events.APIGatewayV2HTTPRequest) (events.APIGatewayV2HTTPResponse, error)