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

StackCollection documentation #8

Open pilgrim2go opened 7 years ago

pilgrim2go commented 7 years ago

Hi,

Thanks for this cool library. I find it very useful for my project. You've just introduced StackCollection.

Can you give an update about StackCollection? What is its usage?

adonig commented 7 years ago

Hi @pilgrim2go,

maybe @diasjorge has time to give you a quick rundown. The StackCollection feature is quite new and I was not able to play around with it. Maybe we could write down an example how to use it. I could then add the example to the README.md file, so people could understand the feature without having to read the code :-)

Best Andreas

diasjorge commented 7 years ago

I added some documentation in #10

StackCollection is meant to be used internally so we can keep a reference to all the stacks being applied