0.1.0 • Published 5 years ago

aws-kinesis-producer-js v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

PURE javascript nodejs/iotjs module for aws kinesis producer

Build Status

This library can run on nodejs v8 and iotjs master branch (>20190301). To use on iotjs, iotjs.patch should be applied in iotjs source directory.

test

put your config in /tmp/aws.cfg

{
   "stream": "test1",
   "key": "...",
   "keyid": "...",
   "region": "us-west-2"
}

and run following command

node test.js