Skip to content

alephcloud/hs-aws-kinesis-reshard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reshard Kinesis streams in response to cloud watch metrics

This CLI client provides support for observing the cloud watch metrics on a Kinesis stream and resharding accordingly.

Usage

A library which implements the basic machinery is provided, as well as an executable target, kinesis-reshard.

kinesis-reshard \
  --access-key AK \
  --secret-access-key SK \
  --region "us-west-2" \
  --stream-name "my-stream"