A library for handling DLQ messages in AWS SQS
Project description
DLQ Handler Library
A library for handling DLQ (Dead Letter Queue) messages in AWS SQS. This library allows you to reprocess messages from a DLQ with specified parameters such as the queue URL, original queue URL, and maximum number of attempts.
Installation
To install the library, use pip:
pip install dlq_handler_lib
from dlq_handler_lib import DLQHandler
# Initialize the DLQHandler with the queue URL, original queue URL, and maximum attempts
handler = DLQHandler(
queue_url='https://sqs.us-east-1.amazonaws.com/123456789012/my-dlq',
original_queue_url='https://sqs.us-east-1.amazonaws.com/123456789012/my-queue',
max_attempts=5
)
# Process the messages from the DLQ
handler.process_messages()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dlq_handlerl_lib-0.1.4.tar.gz.
File metadata
- Download URL: dlq_handlerl_lib-0.1.4.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
626d4bc69718181aa5ec13ff356a8726d80925a7115b381039addabda3d3081f
|
|
| MD5 |
9b47d4b3bd44a724043ba7a134b3ba0f
|
|
| BLAKE2b-256 |
0c482ceb17021725ca2ab2036029a940b0e44ca374d4c2eb9377e106d45ad923
|
File details
Details for the file dlq_handlerl_lib-0.1.4-py3-none-any.whl.
File metadata
- Download URL: dlq_handlerl_lib-0.1.4-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eb23a10f2759157624c8b8dd636ebc95317f4e052245c1a752d543e98a474c9
|
|
| MD5 |
36355a63fe2eaf992c76002dc66ae83d
|
|
| BLAKE2b-256 |
f6a5b46c2eae62309537e6d50ec1e0f81a588ec508cf8eb05266464f8a0e30c1
|