DLQ
2025
Detect EventBridge target failure: Part 1 - with dead letter queue
·4 mins·
0
AWS
Serverless
EventBridge
SQS
DLQ
When EventBridge cannot deliver a message to a target, there are several ways to get notified. In this blog we discuss an approach of using a dead letter queue
2024
Dead Letter Queue (DLQ) for AWS Step Functions
·6 mins·
1
AWS
Serverless
Step Functions
SQS
DLQ
Step Functions - one of the main Serverless services offered by AWS for workflow orchestration - does not support dead letter queues natively. This is how we can work around to use DLQ with Step Functions.