serverless-dynamodb-autoscaling icon indicating copy to clipboard operation
serverless-dynamodb-autoscaling copied to clipboard

Serverless Plugin for Amazon DynamoDB Auto Scaling configuration.

Results 14 serverless-dynamodb-autoscaling issues
Sort by recently updated
recently updated
newest added

Hello, Wondering if it is possible to set different values of read: minimum (capacities) for table and global secondary index ? For e.g. capacities: - table: TestTable # DynamoDB Resource...

Currently, project creates [scaling role per table](https://github.com/sbstjn/serverless-dynamodb-autoscaling/blob/6c648934a0ad46a066d3e7cf2b91f8e8d3976868/src/plugin.ts#L110), which inconveniently increases resources count of CloudFormation stack, e.g. with larger number of tables it's more likely to reach 200 resources limit which...

help wanted

I have a bug when i deploy i got this error: ...:WriteCapacityUnits|dynamodb already exists I do not understand why i got it. Thank for the help

Ex: ``` capacities: - table: MyTable roleArn: arn:aws:iam::0123456789:role/myDynamoDBAutoscalingRole [..] ```

I'm seeing this error on deploy: > An error occurred: myapiAutoScalingTargetWrite7b99aba1d7be2b722192793defb4676 - table/my-api-alpha-checkin|dynamodb:table:WriteCapacityUnits|dynamodb already exists. Considering re-deploying is how I've been testing, this is a problem. Worse, just *deleting* the...

I am trying to set the `scaleIn` & `scaleOut` but notice you have them hardcoded to 60. Is there anyway you can make these optionally configurable? Something like: ```yml capacities:...

Hi, Nice plugin, by the way ... really appreciate that you made it. I think Issue #3 might still be a problem for preexisting stacks where scaling is added: https://forum.serverless.com/t/autoscaling-for-amazon-dynamodb/2071/15?u=cdichiara...

Hey there, firstly this Serverless plugin really helped me, so thank you! Not a gripe or request - just a point of discussion I'd love your view on: Dynamo tables...

first off, thanks a bunch for this plugin, i've been using it for a while now and haven't had any issues! I'm not sure if you're interested in merging this,...