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

Retry if rate exceeded #67

Closed eahefnawy closed 3 years ago

eahefnawy commented 3 years ago

AWS could throw a "Rate exceeded" at any point when deploying multiple resources, this change makes sure to retry when that happens.