Home

Awesome

Serverless Lambda SNS Example

Example illustrating the flow:

Lambda (publisher) => SNS => Lambda (consumer)

Setup

$ npm i -g serverless 
$ npm i 
$ touch env.yml 
$ npm test