@hackage aws-kinesis-client0.4.0.2
A producer & consumer client library for AWS Kinesis
Categories
License
Apache-2.0
Maintainer
jon@jonmsterling.com
Links
Versions
Installation
CustomDependencies (26)
- aeson >=0.8
- aws >=0.10.5
- aws-kinesis >=0.1.4
- base >=4.7 && <5.0
- base-unicode-symbols
- conduit >=1.2.3.1 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
debug
(off by default)
Enable debug logging
This package provides a Producer client for bulk-writing messages to a Kinesis stream through a bounded queue, and a Consumer client for reading messages round-robin from all shards of a Kinesis stream. Additionally, a rudimentary CLI interface to the Consumer is provided.