dougmoscrop / serverless-http

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

Missing stage property on event / bad stage #220

Closed plauclair closed 2 years ago

plauclair commented 2 years ago

The events we receive on invocation aren't including the stage, and invocation doesn't seem to respect the current local stage we're running under. For example our development stage is running as staging, which causes issues.