When deploying a cloudformation stack with aws cloudformation deploy we don't get the events. IN TeamCity or some other automated system we need to raise an error code if the stack failed.
Impliment an event monitor with CLI interface.
User a waiter to get events from the deploy stage until the stack completes.
When deploying a cloudformation stack with
aws cloudformation deploy
we don't get the events. IN TeamCity or some other automated system we need to raise an error code if the stack failed.Impliment an event monitor with CLI interface.
User a waiter to get events from the deploy stage until the stack completes.