Skip to content

Instantly share code, notes, and snippets.

@amcginlay
Last active April 14, 2020 15:30
Show Gist options
  • Save amcginlay/7b09f8fd4da55d3bf9f165f0de0d62c2 to your computer and use it in GitHub Desktop.
Save amcginlay/7b09f8fd4da55d3bf9f165f0de0d62c2 to your computer and use it in GitHub Desktop.
CloudFormation Template MVP
# https://adamj.eu/tech/2019/08/19/cloudformation-minimum-viable-template/
AWSTemplateFormatVersion: 2010-09-09
Resources:
Topic:
Type: AWS::SNS::Topic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment