View a markdown version of this page

Configuration File Structures - Modern Data Architecture Accelerator

Configuration File Structures

You can organize your configurations in several ways.

Single Domain, Shared CDK Apps Configs Across Envs

root_folder │ mdaa.yaml │ tags.yaml │ └─── domain1 roles.yaml datalake.yaml

Single Domain, Separate CDK Apps Configs Across Envs

root_folder │ mdaa.yaml │ tags.yaml │ └─── domain1 └─── dev │ │ dev_roles.yaml │ │ dev_datalake.yaml │ └─── test │ │ test_roles.yaml │ │ test_datalake.yaml