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

Multi value query string param? #25

Closed maros7 closed 5 years ago

maros7 commented 5 years ago

Multi value query string params are disregarded. Or I’m I missing something? https://github.com/awslabs/aws-lambda-go-api-proxy/blob/master/core/request.go#L121-L132

sapessi commented 5 years ago

We haven't added support for multivalue headers and query strings yet. It's on my TODO list. I hope to get to it by mid-Feb. Obviously PRs are very welcome.