UNPKG

yaml-cfn

Version:

Parser and schema for CloudFormation YAML template tags.

13 lines (12 loc) 281 B
AWSTemplateFormatVersion: '2010-09-09' Description: Transform Include example Parameters: ArtifactBucket: Type: String BucketName: Type: String Resources: 'Fn::Transform': Name: 'AWS::Include' Parameters: Location: !Sub "s3://${ArtifactBucket}/s3.yaml"