| Crates.io | dlq |
| lib.rs | dlq |
| version | 0.1.2 |
| created_at | 2024-05-05 04:31:44.956677+00 |
| updated_at | 2025-03-20 11:57:05.963959+00 |
| description | a CLI tool for polling the messages from your AWS DLQ instance |
| homepage | |
| repository | https://github.com/isaacadams/dlq |
| max_upload_size | |
| id | 1230024 |
| size | 88,863 |
Make sure your aws credentials are setup properly.
dlq list
# change or set aws profile/region on the fly
AWS_PROFILE=<profile> AWS_REGION=us-east-1 dlq list
# poll the given queue url
dlq poll <url>
# use environment variable
DLQ_URL=<url> dlq poll