riff-raff.yaml (40 lines of code) (raw):

regions: [eu-west-1] stacks: [flexible] deployments: tag-manager: type: autoscaling dependencies: - cloudformation - cloudformation-pillar-db - cloudformation-pillar-audit-db cloudformation: type: cloud-formation app: tag-manager parameters: amiTags: BuiltBy: amigo Recipe: editorial-tools-focal-java11-ARM-WITH-cdk-base AmigoStage: PROD amiEncrypted: true prependStackToCloudFormationStackName: false cloudFormationStackName: TagManager cloudFormationStackByTags: false templatePath: tag-manager.yaml cloudformation-pillar-db: type: cloud-formation app: tag-manager-pillar-db parameters: templatePath: pillar-dynamo.yaml prependStackToCloudFormationStackName: false cloudFormationStackName: pillars-dynamo cloudFormationStackByTags: false createStackIfAbsent: false cloudformation-pillar-audit-db: type: cloud-formation app: tag-manager-pillar-audit-db parameters: templatePath: pillar-audit-dynamo.yaml prependStackToCloudFormationStackName: false cloudFormationStackName: pillars-audit-dynamo cloudFormationStackByTags: false createStackIfAbsent: false