Versions in this module Expand all Collapse all v0 v0.17.1 Jun 13, 2025 Changes in this version + type GinLambdaALB struct + func NewALB(gin *gin.Engine) *GinLambdaALB + func (g *GinLambdaALB) Proxy(req events.ALBTargetGroupRequest) (events.ALBTargetGroupResponse, error) + func (g *GinLambdaALB) ProxyWithContext(ctx context.Context, req events.ALBTargetGroupRequest) (events.ALBTargetGroupResponse, 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) v0.3.0 May 6, 2019 Changes in this version type GinLambda + func (g *GinLambda) ProxyWithContext(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) v0.2.0 Dec 20, 2018 Changes in this version + type GinLambda struct + func New(gin *gin.Engine) *GinLambda + func (g *GinLambda) Proxy(req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)