hebo-notification-handler-sns
v2.0.0
Published
Notification Handler implementation for hebo-js that uses AWS SNS
Downloads
10
Readme
hebo-notification-handler-sns
Notification Handler implementation for hebo-js that uses AWS SNS
Table of Contents
Install
npm:
npm install hebo-notification-handler-sns
yarn:
yarn add hebo-notification-handler-sns
Usage
const HeboNotificationHandlerSns = require('hebo-notification-handler-sns');
const heboNotificationHandlerSns = new HeboNotificationHandlerSns();
console.log(heboNotificationHandlerSns.renderName());
// script
Contributors
| Name | | ------------------ | | Steve Caldwell |
License
MIT © Steve Caldwell