Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pocket/docker-kinesis-agent

Docker container for running AWS Kinesis Agent
https://github.com/pocket/docker-kinesis-agent

Last synced: 25 days ago
JSON representation

Docker container for running AWS Kinesis Agent

Awesome Lists containing this project

README

        

## Directions

Image name: public.ecr.aws/pocket/kinesis-agent

### Build Image with Configuration

Overwrite `/etc/aws-kinesis/agent.json` with configuration on run.

Example:
```json
command: ['-c', `echo ${kinesisConfig} | base64 -d - | tee /etc/kinesis-agent/agent.json`],
```