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

fix EventToRequestWithContext doesn't populat header for APIGatewayProxyRequestContext #110

Open an-li-the-dev opened 2 years ago

an-li-the-dev commented 2 years ago

…oxyRequestContext

Issue #, if available:

Description of changes: The method EventToRequestWithContext forget to populate APIGatewayProxyRequestContext to the header of httprequest.

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

sapessi commented 2 years ago

Any plan to address the test failures?

kidylee commented 2 years ago

Please close this pr on behalf of #114.