You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update SQS message size limit from 256 KB to 1 MB (#136)
* Fix typo in documentation
* feat: Update SQS message size limit from 256 KB to 1 MB
AWS increased the SQS message size limit from 256 KB to 1 MB on Aug 4, 2025.
This commit updates our code to reflect this change:
- MAX_MESSAGE_LENGTH constant updated from 262144 to 1048576 bytes
- Documentation updated to reference 1 MB instead of 256 KB
- Tests adjusted to work with the new limit
- Added xfail for localstack tests as ElasticMQ still uses the old limit
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments