kinesis-cli
v0.1.4
Published
Cli for the kinesis node library
Readme
#kinesis-cli
A cli for the aws kinesis node library
Currently only for piping to and from streams:
Installing
npm install -g kinesis-cliUse
to pipe to a stream
echo testing | kinesis stream-nameto pipe from an stream
kinesis stream-name > fileOptions
-o starts from oldest record in stream
