dlq-redeem

AWS SQS dead letter queue (DLQ) message inspection and cleanup automation tool


Keywords
library, aws
License
MIT
Install
pip install dlq-redeem==0.0.1

Documentation

dlq-redeem

PyPI Python License

AWS SQS dead letter queue (DLQ) message inspection and cleanup automation tool

Installation

pip install dlq-redeem

What is it about?

dlq-redeem allows you to go through, interactively, DLQ messages and decide if you want te reprocess them.

Based on type of message it will either move it back to its source SQS or invoke lambda function in case message was an EventBridge event.