I got this
(repeat later)
I need practice
(repeat soon)
Forget this
(repeat never)
How large can SQS queue messages be?
SQS queue messages can be between 1 byte and 256KiB. If you need to support larger messages, you can use the Amazon SQS Extended Client Library For Java, which offloads storage to S3. If you are not using Java, you have to create your own solution to support larger messages.