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

Fixes https://github.com/awslabs/aws-lambda-go-api-proxy/issues/147 #149

Open elgohr opened 1 year ago

elgohr commented 1 year ago

Issue #, if available: Fixes https://github.com/awslabs/aws-lambda-go-api-proxy/issues/147

Description of changes: Prevents double url-encoding of query parameters

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

elgohr commented 1 year ago

cc @sapessi , @drakejin