https://github.com/juhalehtonen/sqs-demo
https://github.com/juhalehtonen/sqs-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juhalehtonen/sqs-demo
- Owner: juhalehtonen
- Created: 2020-05-02T15:07:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T15:08:08.000Z (about 5 years ago)
- Last Synced: 2025-04-06T08:13:52.050Z (about 2 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQSDemo
Little demo for Broadway used with AWS SQS.
To run, define the following environment variables:
```
export AWS_ACCESS_KEY_ID=xx
export AWS_SECRET_ACCESS_KEY=xx
```Then update the hard-coded producer config in `lib/sqsdemo.ex`