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

https://github.com/sashman/kinesis_consumer


https://github.com/sashman/kinesis_consumer

cli consumer elixir kinesis

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# KinesisConsumer

Standard out elixir kinesis consumer.

## Usage

When started give the task some time to resolve the lease:

```
STREAM_NAME=diseases mix start
```

## Params

- `APP_NAME` - Application name to register as a lease against.
- `AWS_ACCESS_KEY_ID`
- `AWS_SECRET_ACCESS_KEY`
- `AWS_REGION`
- `KINESIS_HOST`
- `DYNAMO_DB_HOST`