sbstjn / serverless-dynamodb-autoscaling

Serverless Plugin for Amazon DynamoDB Auto Scaling configuration.

Home Page:https://sbstjn.com/serverless-dynamodb-auto-scaling-with-cloudformation.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use AWS::AutoScalingPlans::ScalingPlan

hassankhan opened this issue · comments

From what I understand, using the new ScalingPlan resource we can specify plans for multiple resources. This would mean that this plugin only adds a single resource to a Serverless stack, instead of two per-table.

https://aws.amazon.com/about-aws/whats-new/2018/05/aws-auto-scaling-scaling-plans-can-now-be-created-using-aws-cloudformation

From what I understand, using the new ScalingPlan resource we can specify plans for multiple resources.

Thanks for pointing this out. I was about to add scaling resources to about 15 tables. I've added two this way and its working.

For what its' worth, we ended up creating a plugin with the same options (so it should be a direct replacement): https://github.com/EndemolShineGroup/serverless-dynamodb-autoscaler