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

Auto scale tables that are not resources in the stack #24

Closed jmaleonard closed 6 years ago

jmaleonard commented 7 years ago

I added this, because I needed to auto-scale tables that were not created in my stack.

I had to split my stack as the auto-scaling pushed my stack over 200 resources. This way I am able to auto-scale the tables as their own project.

If you have suggestions to make this better, please comment.

sbstjn commented 6 years ago

Thanks for the PR! 👍

I'll have a look into this in the upcoming days. Sorry for the delayed answer …