Python скрипт:
import boto3
client = boto3
client = boto3.client('sns')
client = boto3.client('sns', 'us-east-1')
res = client.publish(PhoneNumber='+919853092550', Message='Hello world')
print(res)
Ответ:
{'ResponseMetadata': {'RetryAttempts': 0, 'HTTPStatusCode': 200, 'RequestId': '01dce12e-6094-51a7-9f5b-b5832039b06e',
'HTTPHeaders': {'x-amzn-requestid': '01dce12e-6094-51a7-9f5b-b5832039b06e', 'date': 'Mon, 07 Jan 2019 11:56:28 GMT',
'content-length': '294', 'content-type': 'text/xml'}}, u'MessageId': '261597c7-a0d1-5e1d-9fde-c36ae07c7fd4'}
Я пытаюсь отправить смс с помощью сервиса смс AWS.
Но я не получаю смс на свой мобильный. Я получаю ответ выше.