adonig / aloisius

A Python library to create/update/delete AWS CloudFormation stacks in parallel
BSD 2-Clause "Simplified" License
15 stars 6 forks source link

Implement aloisius.stacks #4

Closed diasjorge closed 7 years ago

diasjorge commented 7 years ago
diasjorge commented 7 years ago

I've attempted to implement some of your suggestions. I created a new collection that implements a list interface. I'm using six for 2 to 3 compatibility. I wasn't sure about making Stack a Mapping but I ended just setting the kwargs as a property of the object. I also removed the other Stack.result since I think it is better to have those methods on the stack collection. What do you think?

adonig commented 7 years ago

Hi! Thanks again for the contributions. I kind of blindly merged them into the master branch. I'm not sure if I find time to try it out today, but I'll let you know what I think as soon as possible :-)