Learn R Programming

paws.application.integration (version 0.8.0)

sns_publish_batch: Publishes up to ten messages to the specified topic

Description

Publishes up to ten messages to the specified topic. This is a batch version of publish. For FIFO topics, multiple messages within a single batch are published in the order they are sent, and messages are deduplicated within the batch and across batches for 5 minutes.

See https://www.paws-r-sdk.com/docs/sns_publish_batch/ for full documentation.

Usage

sns_publish_batch(TopicArn, PublishBatchRequestEntries)

Arguments

TopicArn

[required] The Amazon resource name (ARN) of the topic you want to batch publish to.

PublishBatchRequestEntries

[required] A list of publish_batch request entries to be sent to the SNS topic.