failed events re-try

0

What happens to events which trigger a target say invoking the lambda but it is not processed successfully ? Will it retry for x times ? is the x times configurable ? Will the events are pushed to DLQ when the retries are exhausted ?

已提問 1 年前檢視次數 185 次
2 個答案
1
已接受的答案

Hello Navin,

This is a very good question. Yes, it will retry several times and then could send event to DLQ. Most of the settings are in so called retry policy.

You can find meaningful information about the question you asked inside here https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-rule-dlq.html

Hope this answers to your question.

Regards, Totti

profile picture
已回答 1 年前
專家
已審閱 1 年前
1

To expand a little on Totti's answer, that applies to Asynchronous invocation of Lambda functions which is probably what you're asking about. Note though that some services invoke functions Synchronously, waiting for a reponse and may include retries. Some other services generate a queue or data stream, and you create an "event source mapping" in Lambda, causing the Lambda service to read (poll) data from the other service, create events and invoke your function.

專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南

相關內容