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

Support QueryStringParameters for tools that have not yet support MultiValueQueryStringParameters #37

Closed tanishiking closed 5 years ago

tanishiking commented 5 years ago

QueryStringParameters support had dropped when this module added support for MultiValueQueryStringParameters to avoid adding same values twice https://github.com/awslabs/aws-lambda-go-api-proxy/pull/26#discussion_r254802320

However, some tools have not yet supported MultiValueQueryStringParameters (e.g. aws-sam-cli has not yet supported MultiValueQueryStringParameters).

What do you think about support QueryStringParameters (while avoiding the duplicated values)? Or should we expedite the PR ?

tanishiking commented 5 years ago

Closing for https://github.com/awslabs/aws-lambda-go-api-proxy/pull/38 :)