Use Amazon SNS to send SMS messages using PHP AWS SDK v2?
问题 I inherited a PHP project and it's heavily integrated with AWS SDK v2. Using v3 is not an option at this time. My question is how can I leverage SNS to send text messages to specific numbers as needed? That is, I don't want to send mass notifications to a bunch of phone numbers subscribed to a specific topic when an action occurs, I want to send a notification to a specific phone number when an action occurs. I came across this https://stackoverflow.com/a/41268045/664881 but it appears to be