I understand that Amazon SNS supports publishing messages in batch to SNS topics. I wonder that the same thing can be done for publishing SMSes to mobile numbers?
My use case is to send out unique SMS for each mobile number while several numbers are processed with Spring Batch.
I have tried to use PublishBatch API and unfortunately phoneNumber cannot be found as a request parameter of PublishBatchRequestEntry.
Thanks in advance for your advices.
SNS does not currently support
PublishBatchcalls when sending SMS (or push notifications). You will have to send each SMS as a separatePublishcall until support is added.