Versions in this module Expand all Collapse all v1 v1.0.0 Jan 10, 2024 Changes in this version + type ChiLambda struct + func New(chi *chi.Mux) *ChiLambda + func (g *ChiLambda) Proxy(req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + func (g *ChiLambda) ProxyWithContext(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + type ChiLambdaALB struct + Chi *chi.Mux + func NewALB(chi *chi.Mux) *ChiLambdaALB + func (c *ChiLambdaALB) Proxy(req events.ALBTargetGroupRequest) (events.ALBTargetGroupResponse, error) + func (c *ChiLambdaALB) ProxyWithContext(ctx context.Context, req events.ALBTargetGroupRequest) (events.ALBTargetGroupResponse, error) + type ChiLambdaV2 struct + func NewV2(chi *chi.Mux) *ChiLambdaV2 + func (g *ChiLambdaV2) Proxy(req events.APIGatewayV2HTTPRequest) (events.APIGatewayV2HTTPResponse, error) + func (g *ChiLambdaV2) ProxyWithContextV2(ctx context.Context, req events.APIGatewayV2HTTPRequest) (events.APIGatewayV2HTTPResponse, error)