https://github.com/dvsa/cvs-tsk-dlq-handler
This lambda is used to notify the DevOps team when messages in SQS have fallen into a Dead Letter Queue.
https://github.com/dvsa/cvs-tsk-dlq-handler
cvs-project lambda-functions pipenv python python3 python37
Last synced: 12 months ago
JSON representation
This lambda is used to notify the DevOps team when messages in SQS have fallen into a Dead Letter Queue.
- Host: GitHub
- URL: https://github.com/dvsa/cvs-tsk-dlq-handler
- Owner: dvsa
- Created: 2019-04-25T15:03:22.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-19T15:32:23.000Z (about 2 years ago)
- Last Synced: 2025-02-08T22:28:36.317Z (about 1 year ago)
- Topics: cvs-project, lambda-functions, pipenv, python, python3, python37
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CVS Dead Letter Queue Handler
This lambda is used to notify the DevOps team when messages in SQS have fallen into a Dead Letter Queue.
It uses the [cvs-tsk-devops-notify][notify-link] lambda to email the team via GovNotify and uploads a link to the messages to s3.
[notify-link]: https://github.com/dvsa/cvs-tsk-devops-notify
## Quick Start
Run the following:
```bash
pipenv install --dev
pipenv run handler --event example.json
```