{
  "Description": "{{helper 'module:projectB' 'hello-b'}}",
  "Mappings": {
    "myAMImap": {{partial 'module:projectB' 'ami_map.partial'}}
  },
  "Resources": {
    "ProjectBStack": {
      "Type": "AWS::CloudFormation::Stack",
      "Properties": {
        "TemplateURL": "{{templateS3Url 'module:projectB' 'instance.template.json'}}"
      }
    },
    {{resource "lambda_function" logicalId="LambdaFunction"}}
  }
}
