dougmoscrop / serverless-http

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

ELB Fixes #193

Closed jheising closed 3 years ago

jheising commented 3 years ago
  1. Fixed improper array iterator— should be "in" vs. "of"
  2. Discovered that ELB also does not properly decode "+" symbols as spaces.
  3. Updated tests
dougmoscrop commented 3 years ago

Good catch, can you add a test?

jheising commented 3 years ago

Yep, will do. I also noticed another issue with it improperly decoding "+" symbols.