AWSTemplateFormatVersion : '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: A hello world application. Resources: FunctionB: Type: AWS::Serverless::Function Properties: Handler: main_b.handler Runtime: python3.7 CodeUri: ChildStackX/FunctionB Timeout: 600 ChildStackY: Type: AWS::Serverless::Application Properties: Location: ChildStackY/template.yaml