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

Trying to configure autoscaling for existing dynamodb table #33

Open jkorito opened 6 years ago

jkorito commented 6 years ago

I'm interested adding autoscaling for a dynamodb table that I've created and populated in advance. It seems like this plugin only supports autoscaling with resources that are created during the Serverless deploy. Is there a way to reference an existing table resource? Thanks.

Yoga2Pro commented 6 years ago

I have similar concern. The plugin will create a auto-scaling role, rather than assume an existing role.