dlq

Crates.iodlq
lib.rsdlq
version0.1.2
created_at2024-05-05 04:31:44.956677+00
updated_at2025-03-20 11:57:05.963959+00
descriptiona CLI tool for polling the messages from your AWS DLQ instance
homepage
repositoryhttps://github.com/isaacadams/dlq
max_upload_size
id1230024
size88,863
Isaac Adams (isaacadams)

documentation

README

DLQ Cli Tool

Make sure your aws credentials are setup properly.

1. List your SQS Urls

dlq list
# change or set aws profile/region on the fly
AWS_PROFILE=<profile> AWS_REGION=us-east-1 dlq list

2. fetch all messages in your dlq

# poll the given queue url
dlq poll <url>
# use environment variable
DLQ_URL=<url> dlq poll
Commit count: 10

cargo fmt