Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 987 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 987 Bytes

DEPRECATED

Notifications are now sent directly from cognicity-server (as of version 3.0.6)

Build Status Coverage Status

cognicity-notification-lambda

Notification service for CogniCity (send messages to SNS topic)

Description

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.

Build

npm run build

Test

npm run test

Deployment

Deployed to AWS via Travis CI. API GW integration is a manual process.