cfstacks / stacks

Manage CloudFormation sanely with templates written in YAML
MIT License
42 stars 16 forks source link

Boto3 support #91

Closed theothertom closed 7 years ago

theothertom commented 7 years ago

Port to Boto3 as directly as possible, trying to avoid changing any logic. These changes are a prerequisite for adding changeset support.

This closes #51

vaijab commented 7 years ago

Very cool. Thanks! I'll review and merge today/tomorrow.

vaijab commented 7 years ago

@ouroboros8 @theothertom could you clean up (squash) your commits please?

theothertom commented 7 years ago

Would you prefer a single commit for "boto3", or broken down a bit more?

vaijab commented 7 years ago

Would you prefer a single commit for "boto3", or broken down a bit more?

I guess there is tox env change and then boto3 port, so 2 commits if fine. Thanks.

vaijab commented 7 years ago

Awesome. Thanks.