-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Describe the feature.
Describe the requested feature
AWS has recently increased maximum message payload size to 1 MiB. We can adjust the algorithm for determining when to offload the message to S3 to support the large message sized.
However, at least as of now, it appears that SNS still has the same 256 KiB limit.
More information here: https://aws.amazon.com/about-aws/whats-new/2025/08/amazon-sqs-max-payload-size-1mib/
Additional Context
No response