sbstjn / serverless-dynamodb-autoscaling

Serverless Plugin for Amazon DynamoDB Auto Scaling configuration.
https://sbstjn.com/serverless-dynamodb-auto-scaling-with-cloudformation.html
MIT License
148 stars 27 forks source link

CloudFormation rate limit #3

Closed sbstjn closed 7 years ago

sbstjn commented 7 years ago

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

sbstjn commented 7 years ago

I just released v0.2.0 which should prevent this. But there is a breaking change in the configuration.

medikoo commented 7 years ago

@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 (?)

mataide commented 6 years ago

isnt possible to solve this limit problem without ask AWS to upgrade?