Metadata-Version: 2.1
Name: dlq-redeem
Version: 0.0.1
Summary: AWS SQS dead letter queue (DLQ) message inspection and cleanup automation tool
Home-page: https://github.com/epsylabs/dlq-redeem
License: MIT
Keywords: library,aws
Author: Epsy
Author-email: engineering@epsyhealth.com
Requires-Python: >=3.7,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: boto3 (>=1.23,<2.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: click-log (>=0.4.0,<0.5.0)
Project-URL: Repository, https://github.com/epsylabs/dlq-redeem
Description-Content-Type: text/markdown

<h2 align="center">dlq-redeem</h2>
<p align="center">
<a href="https://pypi.org/project/dlq-redeem/"><img alt="PyPI" src="https://img.shields.io/pypi/v/dlq-redeem"></a>
<a href="https://pypi.org/project/dlq-redeem/"><img alt="Python" src="https://img.shields.io/pypi/pyversions/dlq-redeem.svg"></a>
<a href="https://github.com/epsylabs/dlq-redeem/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/pypi/l/dlq-redeem.svg"></a>
</p>
AWS SQS dead letter queue (DLQ) message inspection and cleanup automation tool

## Installation
```shell
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.

