0.2.3 • Published 6 years ago

simple-sns-client v0.2.3

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
6 years ago

simple-sns-client Build Status

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!'));
0.2.3

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago