Created
March 3, 2019 16:34
-
-
Save alexcasalboni/2a507c90201ad2978c1ca218799aa564 to your computer and use it in GitHub Desktop.
AWS CloudFormation Macro - Transform a sub-section of the template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWSTemplateFormatVersion: 2010-09-09 | |
Resources: | |
MyWebsite: | |
Type: MyCompany::StaticWebsite | |
'Fn::Transform': | |
- Name: MyUniqueMacroName | |
Parameters: | |
# your macro parameters |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment