AWS CloudFormation Macro - Transform a sub-section of the template
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