GitHub - didil/serverless-lambda-sns-example: Serverless Lambda PubSub via SNS Example

Skip to content

Navigation Menu

Sign in

Appearance settings

Serverless Lambda SNS Example

Example illustrating the flow:

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

Setup

  • Install Node 8.10 (latest runtime supported by AWS Lambda)

  • Install serverless (tested against serverless v1.28.0)

  • Install node modules
  • Initialize env variables file
  • Run tests