AWS - SNS and SQS
You wrote this AWS SNS subscription code:
sns.subscribe({ Protocol: 'sms', Endpoint: '1234567890' }); but SMS messages are not received. What is the likely issue?