I created a dead letter queue for my queue using Redrive Policy. All I have is an ARN, (which is exactly the same with my queue's ARN).
I wonder how to read / remove the messages in DLQ using Nodejs. What I want to achieve is an endpoint to retrieve all dead messages, and an endpoint to purge the DLQ.
Thanks for reading.