FRosner / sns-sqs-test

Showcase on synchronous and asynchronous event processing using AWS SNS, AWS SQS and AWS Lambda.
12 stars 5 forks source link

Description

Showcase on synchronous and asynchronous event processing using AWS SNS, AWS SQS and AWS Lambda.

notification

To run this demo, please build the artifacts first, then deploy the infrastructure.

Build

sbt assembly

Deploy

cd terraform
terraform init
terraform apply

Usage