dougmoscrop / serverless-http

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

Adds the multiValueQueryStringParameters option as default to the request object #67

Closed jamesvillarrubia closed 5 years ago

jamesvillarrubia commented 5 years ago

AWS now offers this multiValueQueryStringParameters option if there are duplicate params. In many sequelize-based query systems, this is necessary for advanced search.

dougmoscrop commented 5 years ago

Great, any tests you might add?

dougmoscrop commented 5 years ago

(superseeded by #70)