pulumi / esc

Pulumi ESC (Environments, Secrets, and Configuration) for cloud applications and infrastructure.
https://www.pulumi.com/product/esc/
Apache License 2.0
216 stars 7 forks source link

ESC SDK - Callback for environment changes #339

Open arunkumar611 opened 3 months ago

arunkumar611 commented 3 months ago

The ability to watch an environment to get a callback invoked when that environment changes.

env.watch("shopping-service-production", config => …);