0.2.3 • Published 8 years ago

simple-sns-client v0.2.3

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
8 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

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago