Standard SQS - Duplicate message

0

I have an Lambda which listens to Standard SQS , Do I need to handle duplicate messages while listening in Lambda as SQS guarantees at least once delivery. Are there chances of messages duplicating.

Siva
質問済み 2年前2040ビュー
1回答
1

Yes, there is a chance of duplicate messages with SQS Standard queues. You will need to handle that in your code. Alternately, you can use a SQS FIFO queue. More information is in our documentation.

profile pictureAWS
エキスパート
回答済み 2年前
profile pictureAWS
エキスパート
Toni_S
レビュー済み 2年前
  • Depending on the programming language you are using, you can use the Lambda Power Tools to handle idempotency for you.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ