Skip to content

Explain the metric DeadLetterInvocations with an example.

0
1 Answer
2
Accepted Answer

DeadLetterInvocations The number of times a rule’s target isn't invoked in response to an event. This includes invocations that would result in running the same rule again, causing an infinite loop.

This is the number of times when EventBridge is not able to complete the expected/desired action for an Event. That Event is then placed in the DeadLetterQueue and the cournter is increased for this metric.

i.e. Count of failures of EventBridge Events.

AWS
EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years 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.