
Answer-first summary for fast verification
Answer: MessageDeduplicationId
AWS FIFO queues are designed to enhance messaging between applications when the order of operations and events has to be enforced.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are implementing AWS SQS FIFO (First-In-First-Out) queues to ensure the sequential processing of messages based on each user_id. However, it is crucial to ensure that duplicate messages are not sent to the SQS queue, as this would lead to application errors.
As a developer, which message parameter should you configure to achieve message deduplication?
A
MessageGroupId
B
ReceiveRequestAttemptId
C
MessageDeduplicationId
D
ContentBasedDeduplication
No comments yet.