Popularity
7.3
Stable
Activity
0.0
Stable
1
15
1
Monthly Downloads: 3
Programming language: Haskell
License: Apache License 2.0
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.
-
amazonka-s3-streaming
Provides a conduit based interface to uploading data to S3 using the Multipart API -
aws-cloudfront-signer
Haksell library package for signing URL requests to the AWS CloudFront service -
aws-configuration-tools
Configuration types, parsers and renderers for AWS services using configuration-tools -
aws-elastic-transcoder
extension to the Haskell AWS repository to interface to the AWS Elastic Transcoder service -
amazon-emailer
A simple daemon to process messages put into a postgresql table and mail them out using amazons SES.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of aws-kinesis-reshard or a related project?
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"