azavea / majorkirby

Puts cloudformation stacks into motion
Apache License 2.0
1 stars 1 forks source link

Add ability to provide AWS region and profile #12

Closed hectcastro closed 9 years ago

hectcastro commented 9 years ago

Previously, the only way to establish a CloudFormation connection to a specific region, or with a specific AWS profile, had to be setup via environment variables. Now, if any StackNode is provided the aws_region or aws_profile keyword arguments, they'll make it through to Boto connection initialization.

hectcastro commented 9 years ago

/cc @sharph @notthatbreezy

sharph commented 9 years ago

LGTM!

notthatbreezy commented 9 years ago

+1