0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

SQSから「Reason: Message must be shorter than 262144 bytes.」と怒られたら

Last updated at Posted at 2025-01-08

シンプルな話なのでメモがてらざっくり結論だけ書いてここに残す。

ざっくり結論

  • SQSでメッセージに256KB以上のデータを送るとエラーになるよ
  • そのための迂回策として、その規模のサイズのなんらかの引数(超巨大なテキストファイルとか、バイナリとか)はS3など一時的にどこかしらのストレージに保管してやって、実際に処理で必要になった時にストレージからダウンロードする形式で使うといいよ

下記で分かりやすく説明している通り、256KB超の大きいデータはS3におくとして、キューに送るメッセージは、そのS3のキーとかにしてやるといい感じ

0
0
0

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?