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.04k stars 197 forks source link

Populate http.Request.RequestURI #61

Closed jancona closed 4 years ago

jancona commented 4 years ago

Issue #, if available: None

Description of changes: Populate Request.RequestURI from Request.URI. I ran into an issue where a library I was using expected a non-empty Request.RequestURI.

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

jancona commented 4 years ago

Is there something else I need to do for this to be acceptable to merge?