simple-sns-client
0.2.3 • Public • Published simple-sns-client
Helper client to simplify access to AWS SNS (NodeJS)
Usage
const AWS = require('aws-sdk');
const SNSClient = require('simple-sns-client');
const sns = new AWS.SNS();
const snsClient = new SNSClient(sns);
snsClient
.getTopicArn('my-topic')
.then(topicArn => snsClient.publish(topicArn, 'Hello world!'));
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads