Skip to content

Instantly share code, notes, and snippets.

@klausbadelt
Created October 8, 2018 06:38
Show Gist options
  • Save klausbadelt/6697ce7348c3a0ed8db75852e7bb3a9c to your computer and use it in GitHub Desktop.
Save klausbadelt/6697ce7348c3a0ed8db75852e7bb3a9c to your computer and use it in GitHub Desktop.
CloudFormation template - SNS topic
DevNotifyTopic:
Type: AWS::SNS::Topic
Properties:
DisplayName: Filmhub
DevNotifyKlausSMS:
Type: AWS::SNS::Subscription
Properties:
TopicArn: !Ref DevNotifyTopic
Protocol: sms
Endpoint: "1310*******" # enter your cell phone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment