kinesis-auto-scaling
kinesis-auto-scaling copied to clipboard
A lightweight system to automatically scale Kinesis Data Streams up and down based on throughput.
*Issue #, if available:* *Description of changes:* Allow to specifiy a MIN_SHARD_COUNT environment variable. It's value will prevent the lambda to scale down the stream to less than MIN_SHARD_COUNT shards...
Hi, Can I make this solution workable for multi-account deployment, meaning streams in different accounts and lambda in the centralized account? The idea that I am thinking is having is...
*Description of changes:* The lambda updates Cloudwatch alarms when scaling the stream, but does not honor the provided SCALE_PERIOD_MINS environment variable to configure alarm period (it has a hardcoded value...