Skip to content

Files

Latest commit

5f92742 · Jan 7, 2025

History

History

sns

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 21, 2024
Jan 7, 2025
May 21, 2024
Jul 31, 2024
May 21, 2024
May 21, 2024
Jun 2, 2024
Jun 2, 2024
Aug 2, 2024
Jan 7, 2025
Jan 7, 2025
Jun 2, 2024
Jun 18, 2024

README.md

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.