dougmoscrop / serverless-http

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

support multiValueQueryStringParameters #70

Closed anthonyroach closed 5 years ago

anthonyroach commented 5 years ago

This PR is identical to https://github.com/dougmoscrop/serverless-http/pull/67 except this PR has tests.

anthonyroach commented 5 years ago

Credit goes to @jamesvillarrubia for the original PR. I copied his work and added tests as requested.

anthonyroach commented 5 years ago

This fixes #66

anthonyroach commented 5 years ago

@dougmoscrop any chance this can get merged and released soon? I'm trying to decide whether it is worth building and using my fork in the short term.

dougmoscrop commented 5 years ago

just FYI, npm pretty seamlessly suports this, you can just change the version in your package.json to github:lifeomic/serverless-http#{sha}

but I will try to release asap

anthonyroach commented 5 years ago

TIL, thanks for the tip!