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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인