In case ya'll missed it last week - we launched Pu...
# automation-api
l
In case ya'll missed it last week - we launched Pulumi Deployments 🚀 In many ways this feature is like a hosted/fully-managed version of Automation API which is why I'm posting in this channel. We even added the ability to to run deployments in Automation API programs with the addition of
RemoteWorkspace
which is available in all languages. Join us in #C048NVDH6DV to learn more and read the launch blog here: https://www.pulumi.com/blog/pulumi-deployments/ Here's an example of running a deployment via Automation API
RemoteWorkspace
for nodejs: https://github.com/pulumi/automation-api-examples/blob/main/nodejs/remoteDeployment-tsnode/index.ts#L17-L29
🙌 1