This message was deleted.
# general
s
This message was deleted.
b
Hey Anurag, the question isn’t clear
f
I want to post the result of "pulumi up" to an api. Actually i am deploying EKS cluster using pulumi, but since the deployment is takes around 15 minutes, i wanted a callback api to post the result to.Kind of like if the process is complete send me notification with details.
Is there any way i could do it in pulumi?
b
you can do it with the pulumi service, using webhooks https://www.pulumi.com/docs/intro/pulumi-service/webhooks/
f
Thanks Jax, i guess it will solve my problem.