You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can radically reduce your templates down even further using YAML anchors. If you try to use these in the primary CF file, you will get a validation error: "An error occurred (ValidationError) when calling the CreateChangeSet operation: Template error: YAML aliases are not allowed in CloudFormation templates."
However, if you Fn::Include these files from the deployable primary CF files, you can use anchors to cut CF definitions at least in half. E.g., here is an API Gateway endpoint in my YAML:
You can radically reduce your templates down even further using YAML anchors. If you try to use these in the primary CF file, you will get a validation error: "An error occurred (ValidationError) when calling the CreateChangeSet operation: Template error: YAML aliases are not allowed in CloudFormation templates."
However, if you Fn::Include these files from the deployable primary CF files, you can use anchors to cut CF definitions at least in half. E.g., here is an API Gateway endpoint in my YAML:
The text was updated successfully, but these errors were encountered: