jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.05k stars 137 forks source link

EC2 Throttling Issue #163

Closed james-relyea closed 4 years ago

james-relyea commented 6 years ago

I've got a stack of lambda functions that I'm suddenly unable to deploy via gordon apply. They are getting automatically cancelled by AWS due to the following error:

Your request has been throttled by EC2, please make sure you have enough API rate limit. EC2 Error Code: RequestLimitExceeded. EC2 Error Message: Request limit exceeded.

And then it attempts a rollback which also fails. Is there any way to configure gordon to throttle each lamba function in the deployment?