Create Amazon SNS Topic

Create Amazon SNS Topic

  1. Access the Cloud9 IDE interface
  • Open SAM template wild-rydes-async-messaging/lab-1/template.yaml
  • In the Resources section, uncomment the following code:
  RideCompletionTopic:
    Type: AWS::SNS::Topic
    Properties:
      TopicName: RideCompletionTopic

Working with SNS

  1. Update AWS SAM template
cd ~/environment/wild-rydes-async-messaging/lab-1
Sam build

Working with SNS

  1. Implement initialization SNS topic
sam deploy

Working with SNS