Popularity
7.5
Declining
Activity
0.0
Stable
1
15
1
Monthly Downloads: 12
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
A comprehensive Amazon Web Services SDK for Haskell. -
serverless-haskell
Deploying Haskell applications to AWS Lambda with Serverless -
stratosphere
Haskell EDSL and type-checker for AWS CloudFormation templates -
eventful-dynamodb
Event Sourcing library for Haskell -
amazonka-s3-streaming
Provides a conduit based interface to uploading data to S3 using the Multipart API -
aws-ec2
Now maintained by: See https://github.com/memcachier/aws-ec2 -
aws-kinesis-client
A producer/consumer client library for Kinesis -
aws-performance-tests
Performance Tests for the Haskell Bindings for Amazon Web Services (AWS) -
credentials
Management and Distribution of Secret Credentials -
aws-sign4
Haskell implementation of the AWS Signature V4 protocol for signing HTTP requests -
aws-configuration-tools
Configuration types, parsers and renderers for AWS services using configuration-tools -
aws-cloudfront-signer
Haksell library package for signing URL requests to the AWS CloudFront service -
aws-elastic-transcoder
extension to the Haskell AWS repository to interface to the AWS Elastic Transcoder service -
aws-sdk-text-converter
The text converter for aws-sdk. -
aws-dynamodb-conduit
Conduit-based interface for AWS DynamoDB -
amazon-emailer
A simple daemon to process messages put into a postgresql table and mail them out using amazons SES. -
aws-ec2-knownhosts
AWS EC2 knownhost management tools
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!
SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
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"