Amazon web services – SQS Messages not deleted after DLQ Implementation
I recently implemented DLQ(Dead Letter Queue) for SQS. I have done the following three configurations. Default visibility timeout in SQS. In the Dead Letter Queue configuration, enable and Maximum receives are configured as 3. In Lambda configuration, Report batch item…