sqs

完全に自分の為のsqsをpythonで触るときのメモ

自分用のメモなので汚い。やりたいことはSQSのsend/receiveのやり方の例を1つのpythonファイルに押し込めること。 準備 以下が必要。handofcatsやjqfpyは手抜きのためのもの。 requirements.txt awscli boto handofcats jqfpy $ pip install -r requirement…

SQSのdeduplication Idについてよくわかっていなかったのでメモ

deduplication Idの指定にFIFOキューである必要はあるか? 概要 deduplication Idの指定というのは、ContentBaseDeduplicationの機能の一部 ContentBaseDeduplicationは、FIFOキューでなければ有効にならない。 つまりContentBaseDeduplicationでデフォルト…