Monitor sqs queue(s) and notify slack if number of messages does not decrease
docker run it claims-io/sqs-monitor
Please provide the following ENV vars when running or create a .env file on root.
- AWS_KEY_ID
- AWS_KEY_SECRET
- AWS_QUEUE_NAME
- AWS_QUEUE_URL
- AWS_QUEUE_REGION
- SLACK_HOOK
Refer to the contributors guide for more details on editor setup, issues and standards.
The repository has the following folders:
server
- The source for the monitorscript
- Contains helper scripts (see below)
The below helper scripts are available for convenience:
script/build
- build the applicationscript/package
- packages the app as a docker container (must be run afterscript/build
)