dynamic-dynamodb
dynamic-dynamodb copied to clipboard
Dynamic DynamoDB provides auto scaling for AWS DynamoDB
Would be nice to have decimals in percentage, this can be useful in case of high throughputs in GSI due to temporary hot partitions/bigger tables (there is a partition factor...
The issues I've seen is when I set "always-decrease-rw-together" to true, if for example, writes needs to be downscaled but reads is not. The tool would ignore the downscale operation...
It would be great to support multiple dynamodb regions via single config file
I've done some hacking and made dynamic-dynamodb work with botocore and PynamoDB, a first step toward Python 3 compatibility. Although my experimental port works, there are a few issues: -...
I would like to get SNS notifications when an error occurs in Dynamic DynamoDB, so that I get notified about any problems without having to follow the logs.