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
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
AWS recently announced a new PublishBatch API for SNS, which allows you to send up to 10 messages in a single API request. It'd be good to have that API in LocalStack.
🧑💻 Implementation
There's already an SNS implementation in LocalStack, so I assume this involves adding a new API to that.
Is there an existing issue for this?
Feature description
AWS recently announced a new PublishBatch API for SNS, which allows you to send up to 10 messages in a single API request. It'd be good to have that API in LocalStack.
🧑💻 Implementation
There's already an SNS implementation in LocalStack, so I assume this involves adding a new API to that.
Anything else?
AWS blog post announcing the issue: https://aws.amazon.com/blogs/compute/publishing-messages-in-batch-to-amazon-sns-topics/
API reference: https://docs.aws.amazon.com/sns/latest/api/API_PublishBatch.html