Spareo

Results 4 issues of Spareo

I have integrated stacker into a few projects now and have run into the same issue a few times where I want to run a post build hook and need...

The following exception is thrown during build and delete stages: ``` botocore.exceptions.ClientError: An error occurred (ValidationError) when calling the DescribeStackEvents operation: Stack [myStack] does not exist ``` it appears that...

I am passing in an environment file with the following line in it: ```yaml BaselineCapacity: 2 ``` In my blueprint I have the following variable defined: ```python "BaselineCapacity": { "type":...

I just have a couple questions for some things I haven't been able to find. I have dug around the source a bit but just wanted to verify here. 1....