Some events are not available when the EventBridge rule triggers the push to SQS

131 Views Asked by At

I have an EventBridge rule that gets triggered on the insert and update of a specific item type. The data that satisfies the rule is then pushed to an SQS queue, which in turn triggers a Lambda function. Lately, I have been observing that not all events are available in the SQS queue. Sometimes the insert event doesn't come through, and sometimes the modify event doesn't either. what can be done in this case ?

1

There are 1 best solutions below

1
On

Have you set up a DLQ on the target configuration (see https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-rule-dlq.html)?