Skip to content

Commit

Permalink
test iotjs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuswwj committed Apr 10, 2019
1 parent a4e8609 commit 3d92b4b
Show file tree
Hide file tree
Showing 4 changed files with 1,672 additions and 290 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# aws-kinesis-put-media-nodejs
# pure nodejs module for aws kinesis put media

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
```
Loading

0 comments on commit 3d92b4b

Please sign in to comment.