tlelson / tlx

AWS utilities and often repeated code.
Apache License 2.0
0 stars 0 forks source link

CFN: Write an event logger #7

Closed tlelson closed 6 years ago

tlelson commented 6 years ago

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.

tlelson commented 6 years ago

This is not nessesary. gostacks does this just fine.