0

As I understand all unmatched events in Amazon EventBridge will expire after 24 hours. So how can we count them to make sure that my events are not lost and all matched For example if producer changes schema and it stops matching rule pattern as a result - how can I setup some sort of alarm of DLQ for such events?

Hope that make sense,

Regards, Max

maxx
  • 575
  • 1
  • 6
  • 12

1 Answers1

-1

You can set up DLQ as an EventBridge target. They are standard SQS queque which you can use to track and count undelivered message. You can receive notifications when events are moved to a DLQ from CloudWatch Alarms. There are some already discussions here you can try Configure SQS Dead letter Queue to raise a cloud watch alarm on receiving a message