#dlq #url #instance #list #fly

dlq-core

easily poll messages from your AWS DLQ instance

3 releases

new 0.1.2 Mar 20, 2025
0.1.1 Feb 12, 2025
0.1.0 May 5, 2024

#15 in #fly

Download history 1/week @ 2024-12-03 10/week @ 2024-12-10 159/week @ 2025-02-11 8/week @ 2025-02-18 3/week @ 2025-02-25 1/week @ 2025-03-04 120/week @ 2025-03-18

124 downloads per month
Used in dlq

MIT license

17KB
140 lines

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

Dependencies

~15–24MB
~312K SLoC