coderanger / brix

Balanced infrastructure definitions and scripts
Apache License 2.0
19 stars 14 forks source link

Reducing DSLy-ness of stratosphere #7

Open coderanger opened 10 years ago

coderanger commented 10 years ago

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?

coderanger commented 10 years ago

Ping @bninja @mahmoudimus @mjallday