brix
brix copied to clipboard
Reducing DSLy-ness of stratosphere
Would everyone prefer something more like this?
class Foo(Template):
def LaunchConfiguration(self):
pass
def AutoScalingGroup(self):
pass
So rather than the short names, use the full CloudFormation object name?
Ping @bninja @mahmoudimus @mjallday