Skip to content

Instantly share code, notes, and snippets.

@alexcasalboni
Created March 3, 2019 16:34
Show Gist options
  • Save alexcasalboni/2a507c90201ad2978c1ca218799aa564 to your computer and use it in GitHub Desktop.
Save alexcasalboni/2a507c90201ad2978c1ca218799aa564 to your computer and use it in GitHub Desktop.
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