Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryu1kn/aws-kinesis-playground


https://github.com/ryu1kn/aws-kinesis-playground

Last synced: 1 day ago
JSON representation

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"
}
```