ExAws v2.0.0 mix kinesis.tail View Source
Tails a Stream
Usage
kinesis.tail [stream_name] [options]
Options
--poll N Time in seconds between polling. Default: 5
--debug Sets debug_requests: true on ex_aws. Logs all kinesis requests
--from Sequence number to start at. If unspecified, LATEST is used
Examples
$mix kinesis.tail my-kinesis-stream
$mix kinesis.tail logs --debug --poll 10
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.