Publishes up to 10 messages to the specified topic in a single batch
Source:R/sns_operations.R
sns_publish_batch.RdPublishes up to 10 messages to the specified topic in a single batch. This is a batch version of the publish API. If you try to send more than 10 messages in a single batch request, you will receive a TooManyEntriesInBatchRequest exception.
See https://www.paws-r-sdk.com/docs/sns_publish_batch/ for full documentation.