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?