Constructors
constructor
- new SNS(options?): SNS
Parameters
- options: {
region?: string;
} = {}
Returns SNS
Properties
Methods
createPlatormEndpoint
- createPlatormEndpoint(platform, token, options): Promise<string>
Returns Promise<string>
platform endpoint ARN
publish
- publish(options): Promise<PublishCommandOutput>
Returns Promise<PublishCommandOutput>
A wrapper for AWS Simple Notification Service.