Editing and analyzing AWS LZA configurations

Configurations are sources too, and they should be supported by dedicated tools as well.

Consider AWS LZA (Landing Zone Accelerator), an open-source project that helps organizations implement advanced compliance requirements on AWS. The project is advertised as a low-code solution for defining an environment through a set of configuration files.

These configuration files are written in YAML. The challenge is that they define many concepts, parameters, and relationships across different AWS services. Even a small change can have significant repercussions.

How can we help developers create, understand, and evolve these configurations? By offering a dedicated experience.

Load the extension, including the code and the associated knowledge base:

Metacello new
	repository: 'github://feenkcom/gt4lza:main/src';
	baseline: 'Gt4LZA';
	load.
#BaselineOfGt4LZA asClass loadLepiter.
  

After loading the code above, go here to explore the case study: Editing the LZA healthcare configuration .