kickstarter / cfn-flow

A practical workflow for AWS CloudFormation
168 stars 15 forks source link

Add callback hooks for extending/integrating cfn-flow #10

Open ktheory opened 9 years ago

ktheory commented 9 years ago

Emit events before/after:

That would allow users to, say, check that tests have passed before deploying, and log when a deploy succeeds.

Include examples for checking GitHub commit status before deploying to production environment.