You can use SendMessageBatch to send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all)
Source:R/sqs_operations.R
sqs_send_message_batch.RdYou can use send_message_batch to send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all). This is a batch version of SendMessage. For a FIFO queue, multiple messages within a single batch are enqueued in the order they are sent.
See https://www.paws-r-sdk.com/docs/sqs_send_message_batch/ for full documentation.