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.06k stars 198 forks source link

Add support for ApiGateway V2 version for the Chi adapter #103

Closed firstthumb closed 9 months ago

firstthumb commented 3 years ago

Issue #:

60 - ApiGateway v2 support for Chi adapter

Description of changes: Current Chi adapter only supports API Gateway V1 Payloads. This PR doesn't touch v1 implementation, just copied and added support for v2.

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

vinicius73 commented 3 years ago

I am using this code @firstthumb , works very well for me.

firstthumb commented 9 months ago

Updated within different PR

https://github.com/awslabs/aws-lambda-go-api-proxy/commit/698454b8282e4547ef7a330e837eb93295b3bab9

No need to this PR.