#dlq #instance #tool #url #list #fly

app dlq

a CLI tool for polling the messages from your AWS DLQ instance

3 releases

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

#463 in Network programming

Download history 86/week @ 2025-02-06 61/week @ 2025-02-13 15/week @ 2025-02-20 10/week @ 2025-02-27 1/week @ 2025-03-06 2/week @ 2025-03-13 128/week @ 2025-03-20 11/week @ 2025-03-27

142 downloads per month

MIT license

40KB
306 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

~16–24MB
~329K SLoC