LoginSignup
4
0

More than 1 year has passed since last update.

AWSのSQS(FIFO)でContentBasedDeduplicationで怒られたときの解決方法

Last updated at Posted at 2022-03-07

環境

AWS SQSでFIFOタイプを使用

エラーメッセージ

The queue should either have ContentBasedDeduplication enabled or MessageDeduplicationId provided explicitly

解決方法

  1. AWSのコンソールにログイン
  2. キューを選択
  3. 画像の赤枠の「編集」をクリック
    スクリーンショット 2022-03-07 22.34.58.png
  4. 「コンテンツに基づく重複排除」にチェックを入れる
    スクリーンショット 2022-03-07 22.39.13.png

おわりに

以上。割と時間をかけてしまったので、お役に立つと幸いです!

4
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
0