brix icon indicating copy to clipboard operation
brix copied to clipboard

Balanced infrastructure definitions and scripts

Results 2 brix issues
Sort by recently updated
recently updated
newest added

Would everyone prefer something more like this? ``` python class Foo(Template): def LaunchConfiguration(self): pass def AutoScalingGroup(self): pass ``` So rather than the short names, use the full CloudFormation object name?

Can't sync just an individual template right now syncs works on all templates and this is OK since we have referential templates.