dynamic-dynamodb icon indicating copy to clipboard operation
dynamic-dynamodb copied to clipboard

Dynamic DynamoDB provides auto scaling for AWS DynamoDB

Results 35 dynamic-dynamodb issues
Sort by recently updated
recently updated
newest added

It looks like on-demand tables have `ProvisionedThroughput`s always set to 0. If your table regex accidentally picks up on-demand table, Dynamic DynamoDB will throw `ZeroDivisionError` exceptions. It blows up [here](https://github.com/sebdah/dynamic-dynamodb/blob/bfd0ca806b1c3301e724696de90ef0f973410493/dynamic_dynamodb/statistics/table.py#L43-L49)...

whether dynamic-dynamodb is compatible/available fpr python3

The idea here is to let AWS AutoScale win in a contest between dynamicDynamoDB and AWS Autoscale. Our particular org is moving away from Dynamic-DynamoDB, and this change reflects that....

We have a lot of dynamo tables, most of which are idle (no consumption) most of the time. I was considering that if there is no consumption we can provision...

http://dynamic-dynamodb.readthedocs.io/en/latest/configuration_options.html There's a lot of options and it doesn't fit well with the read the docs default template. ![image](https://cloud.githubusercontent.com/assets/229393/25379219/9ce9ae02-29ac-11e7-8214-ad281227ffa3.png) The tables are often cur, and the only way to get...

type: enhancement
help-wanted
good-first-pr

Is there a way we can specify dynamodb endpoint instead of the region? The sdks provide a way to provide the endpoint. What do folks think of it? Can we...

type: enhancement
help-wanted
good-first-pr

Can we configure to automatically disable scale up or down when dynamodb already reached 3 times of decrement capacity in the same day? or do we have any configuration related...

Hello, I decided to share changes in your code in case you want to use anything from that. We wanted to configure capacity scaling for all our DynamoDB table (about...

RCU and WCU have direct dependency on number of partitions. So an increase in only RCU will increase table partitions too, which in turn will decrease WCU per partitions resulting...