serverless / dashboard

MIT License
24 stars 10 forks source link

AWS Lambda SDK: Fix handling of side effect of unexpected express configuration #789

Closed medikoo closed 1 year ago

medikoo commented 1 year ago

There are reports of aws.lambda.http_router.path being set prior invocation starts.

It signals that express middlewares were run at initialisation phase (not specifically to handle event input). It's unexpected to us, yet we need to handle it gently (ignore it)