dougmoscrop / serverless-http

Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉
Other
1.72k stars 166 forks source link

Query String ovverride #141

Closed avin-kavish closed 5 months ago

avin-kavish commented 4 years ago

Doesn't the following line of code cause single value query strings to be overridden by multi value query strings?

https://github.com/dougmoscrop/serverless-http/blob/6bb46507cd52b77c2ef76240c12634239bf1d23e/lib/provider/aws/create-request.js#L30