Skip to content

Instantly share code, notes, and snippets.

@scottschreckengaust
Created January 25, 2024 17:37
Show Gist options
  • Save scottschreckengaust/3c97b918f5c0c63483b422314531f2a2 to your computer and use it in GitHub Desktop.
Save scottschreckengaust/3c97b918f5c0c63483b422314531f2a2 to your computer and use it in GitHub Desktop.
Minimal CloudFormation template
---
AWSTemplateFormatVersion: "2010-09-09"
Resources:
Topic:
Type: "AWS::SNS::Topic"
Metadata:
cfn_nag:
rules_to_suppress:
- id: "W47"
reason: "No KmsMasterKeyId property needed"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment