unbounce / iidy

iidy (Is it done yet?) -- CloudFormation with Confidence
MIT License
52 stars 7 forks source link

add `--watch` to `create-changeset`. Fixes #16 #90

Closed tavisrudd closed 6 years ago

tavisrudd commented 6 years ago

Here you go @rymndhng

rymndhng commented 6 years ago

As a related note: I proposed an idea to @jpb where the pipeline would do create-changeset for your long lived stacks as well and wait for them to be applied before the short-lived stack. If there's no changes in the changeset, the pipeline would proceed forward. This keeps the short-lived stack deploys fast when there's no changes to long-lived infra, and also ensuring there isn't drift in your long-lived resources.