[Answer]-Django SQSError: 413 Request Entity Too Large

1👍

SQS files cannot be 445kB.

The maximum size is 64kB.

Please see Amazon’s FAQ for the SQS service:

Amazon SQS messages can contain up to 64 KB of text data, including XML, JSON and unformatted text.

You more than likely want to use S3, Amazon’s file storage service, where files can be up to 2GB.

Leave a comment