This message was deleted.
# general
s
This message was deleted.
w
There’s not a built in way yet. You can use WebHooks to get notified when a dependent stack updates and use that to trigger an update of a stack that depends on it. https://github.com/pulumi/pulumi/issues/2309 is tracking offering more first-class support for this.
c
Hi, and if i don't have Pulumi Cloud Service, do you some workaround?
w
You can use an event handler that watches for writes to your state file in a self-managed backend perhaps? (Lambda if using the s3 backend for example?)
r
Thanks @white-balloon-205, that's very helpful for tracking. I'm really liking Pulumi overall and think this is probably the last major hurdle that will block my company switching over. Can't wait to see what comes out of it