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
preguntada hace 2 años2040 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace 2 años
profile pictureAWS
EXPERTO
Toni_S
revisado hace 2 años
  • Depending on the programming language you are using, you can use the Lambda Power Tools to handle idempotency for you.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas