https://github.com/ryu1kn/aws-kinesis-playground
https://github.com/ryu1kn/aws-kinesis-playground
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryu1kn/aws-kinesis-playground
- Owner: ryu1kn
- Created: 2016-01-31T10:24:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T12:50:26.000Z (over 10 years ago)
- Last Synced: 2025-03-28T14:06:06.266Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-kinesis-playground
```
$ npm install
$ npm start
```
`app.conf` should have the following values
```javascript
{
"aws.accessKeyId": "AWS ACCESS KEY ID",
"aws.secretAccessKey": "AWS SECRET ACCESS KEY",
"aws.region": "AWS REGION",
"aws.kinesis.partitionKey": "PARTITION KEY",
"aws.kinesis.streamName": "STREAM NAME",
// Kinesis stream's starting serial number
"aws.kinesis.StartingSequenceNumber": "STARTING SEQUENCE NUMBER"
}
```