Skip to content

Instantly share code, notes, and snippets.

@Nath-P
Nath-P / AWS CloudFormation SNS Subscription.json
Last active June 25, 2018 17:31
AWS CloudFormation SNS Subscription
{
"AWSTemplateFormatVersion": "2010-09-09",
"Resources": {
"Topic": {
"Type": "AWS::SNS::Topic",
"Properties": {
}
},
"Queue": {
"Type": "AWS::SQS::Queue",