dlq

Crates.iodlq
lib.rsdlq
version0.1.0
sourcesrc
created_at2024-05-05 04:31:44.956677
updated_at2024-05-05 04:31:44.956677
descriptiona CLI tool for polling the messages from your AWS DLQ instance
homepage
repository
max_upload_size
id1230024
size67,133
Isaac Adams (isaacadams)

documentation

README

DLQ Cli Tool

1. List your SQS Urls

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: 0

cargo fmt