Closed sbstjn closed 7 years ago
I just released v0.2.0
which should prevent this. But there is a breaking change in the configuration.
@BrettFieber did you investigate which exactly limits where exceeded in your case, the Rate exceeded
message from AWS is pretty vague and doesn't expose details.
Was it PutMetricAlarm
transactions per second limit? Or something else?
I wonder for which exactly limit do #7 update applies as workaround (?)
isnt possible to solve this limit problem without ask AWS to upgrade?
The CloudFormation stack might fail due to API rate limits. @BrettFieber reported an issue and provided example configuration in the Serverless Forums.
A solution could be to make more use of the DependsOn feature and apply every Auto Scaling only after the previous is done.
Serverless Configuration https://gist.github.com/BrettFieber/019708518fd2ce4307ba03a360f20551