Versions in this module Expand all Collapse all v0 v0.0.1 Aug 18, 2023 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)