-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
1,672 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.