SNS Message Size Limitations

SNS enforces a maximum message size of 256 KB for most transport protocols. If your messages surpass this limit, use S3 or another storage service to store the message and include a reference to it in your SNS message. For handling larger messages, consider utilizing Amazon SQS to buffer and decouple messages.