This library allows you to interact with the Amazon SNS Service.
npm i @winglibs/sns
bring sns;
let client = new sns.MobileNotifications();
test "sending an SMS" {
client.publish(PhoneNumber: "+14155552671", Message: "Hello");
}
This library is licensed under the MIT License.