AWSTemplateFormatVersion : '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: Simple Stack Resources: myStack: Type: AWS::CloudFormation::Stack Properties: TemplateURL: ./aws-cloudformation-stack-child.yaml Metadata: SamResourceId: MyRestApi