nearst / laconia

Create well-crafted serverless applications, effortlessly.
http://laconiajs.io
Apache License 2.0
326 stars 30 forks source link

Add support for multiValueQueryStringParameters #811

Closed ssudekum closed 2 years ago

ssudekum commented 2 years ago

https://aws.amazon.com/blogs/compute/support-for-multi-value-parameters-in-amazon-api-gateway/ https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html

Currently I'm not able to use multi-value query string parameters with this adapter. I was going to just open an issue but it is a simple change.

ssudekum commented 2 years ago

Ended up being a little more complicated. Gonna work some more on it later.

ceilfors commented 2 years ago

Thanks a lot for your attempt @ssudekum! If it helps, I'm happy to discuss how the API would look like first before the implementation.