Popularity
7.3
Declining
Activity
0.0
Stable
1
15
1

Monthly Downloads: 8
Programming language: Haskell
License: Apache License 2.0
Tags: API     Cloud     AWS    
Latest version: v0.1.0.1

aws-kinesis-reshard alternatives and similar packages

Based on the "AWS" category.
Alternatively, view aws-kinesis-reshard alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of aws-kinesis-reshard or a related project?

Add another 'AWS' Package

README

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"