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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support APIGatewayRequest v2 in chi adapter

iamsalnikov opened this issue · comments

Hi!

I was developing a few lambda functions and figured out the current chi adapter doesn't support the second version of API Gateway Requests / Responses. It has mentioned in issue #132.

I've added its support locally and would like to send a pull request with the changes. Does anyone work on it now, or am I free to do it?

Can the PR be merged please?