Notifications are now sent directly from cognicity-server (as of version 3.0.6)
Notification service for CogniCity (send messages to SNS topic)
Exposes a RESTFul API for sending messages to existing CogniCity users via their chosen social media channel.
This Lambda publishes to AWS SNS topic, which is then captured by the appropriate social lambda (Twitter, Facebook, Telegram) to send message to user.
npm run build
npm run test
Deployed to AWS via Travis CI. API GW integration is a manual process.