Replay Failed messages from Eventbridge DLQ

0

In my scenario EventBridge invokes a lambda based on some rule. When EventBridge fails to invoke the target the messages can be sent to DLQ. How can i replay those messages from DLQ ? I read about EventBridge Archive which can replay the messages, but if i use DLQ instead i would not be able to replay messages from DLQ directly from console, i might have to trigger a lambda from DLQ for replaying. What is the right way to replay messages from eventBridge failure to invoke target from below 2 options :

  1. Setup DLQ and trigger a lambda to replay failed events.
  2. Setup EventBridge Archive instead of DLQ and send failed event to Archive and replay it when required.
1 Answer
0
AWS
vtjean
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions