class Jets::Resource::ChildStack::ApiGateway

def definition

def definition
  {
    api_gateway: {
      type: "AWS::CloudFormation::Stack",
      properties: {
        template_url: template_url,
      }
    }
  }
end

def template_filename

def template_filename
  "#{Jets.config.project_namespace}-api-gateway.yml"
end