Deploy infrastructure

Deploy infrastructure

  1. First of all to do the lab, we need to initialize the resource with CloudFormation
  • You access the link to initialize the resource Serverless
  • Check the interface and select Create stack

Working with SNS

  1. Wait about 5-10 minutes, Stack will initialize successfully

Working with SNS

  1. Select Output of the stack just created. Then access the path Cloud9 created.

Working with SNS

  1. Configure the Cloud9 environment created from the CloudFormation stack
cd ~/environment/wild-rydes-async-messaging/code/lab-0
chmod +x configureCloud9.sh
./configureCloud9.sh

Working with SNS