How to send SMS using Amazon SNS from a AWS lambda function
问题 Amazon SNS provides a facility to send SMS globally. I want to send SMS from a Lambda function were we provide the mobile number and text message and use SNS to deliver that message but I didn't find a helpful documentation or example code for NodeJS or java. Can any one suggest a solution? Code: var params = { Message: 'Hi this is message from AWS_SNS', /* required */ MessageAttributes: { someKey: { DataType: 'String' , StringValue: 'String' }, }, MessageStructure: 'String', PhoneNumber: '