serverless-components / express

⚡ Take existing Express.js apps and host them easily on cheap, auto-scaling, serverless infrastructure (AWS Lambda and AWS HTTP API).
https://serverless.com/components
Apache License 2.0
375 stars 34 forks source link

Add retry limits to lambda creation and remove openapi auto-generation #38

Closed austencollins closed 3 years ago

austencollins commented 3 years ago

Upon Lambda creation fails, retries will continue endlessly. This limits them.

Also, we're going to remove the OpenAPI auto-generation for now, due to potential security issues.