[AWS-SDK] Not receiving any transactional SMS

0

Hello, I'm using the AWS-SDK in NodeJs to send Transactionnal SMS to users

I'm using the '2010-03-31' api version and with the method setSMSAttributes, I'm setting the DefaultSMSType and DefaultSenderID.
I then publish a SMS with a Message and PhoneNumber

I get the RequestId of the SMS but I'm not receiving the SMS
My SNS SMS Dashboard describes a flat activity at 0 outbound messages.

Is there something I've done wrong ?

Edited by: thomasdupre on Jan 16, 2019 6:48 AM

asked 5 years ago214 views
1 Answer
0

Ok this was my fault, I setted the region in the SDK configuration at eu-west-1 but SMS service is only available in us-east-1

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions