dougmoscrop / serverless-http

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

adding support for multi value headers #214

Closed richwandell closed 2 years ago

richwandell commented 3 years ago

Currently using lambda with ALB load balancer with multi value headers support. We are receiving all headers in the key "multiValueHeaders". This will comma separate multi value headers provided by the load balancer.

SebastianEdwards commented 2 years ago

I'm also using ALBs with multi-value headers enabled. This merge would be appreciated.