@winglibs/sns
v0.1.7
Published
Wing library for interacting with Amazon SNS
Downloads
18
Readme
sns
This library allows you to interact with the Amazon SNS Service.
Prerequisites
Installation
npm i @winglibs/sns
Usage
bring sns;
let client = new sns.MobileNotifications();
test "sending an SMS" {
client.publish(PhoneNumber: "+14155552671", Message: "Hello");
}
License
This library is licensed under the MIT License.