awslabs / aws-lambda-go-api-proxy

lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway.
Apache License 2.0
1.09k stars 200 forks source link

feat: Add support for ApiGatewayV2 (Chi) #165

Closed RP4N closed 1 year ago

RP4N commented 1 year ago

New Chi adapter file that supports ApiGatewayV2

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.