https://pulumi.com logo
Title
f

freezing-sunset-24612

02/28/2023, 12:57 PM
how to call an callback api after 'pulumi up' posting the result
b

billowy-army-68599

02/28/2023, 2:15 PM
Hey Anurag, the question isn’t clear
f

freezing-sunset-24612

02/28/2023, 2:29 PM
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

billowy-army-68599

02/28/2023, 2:30 PM
you can do it with the pulumi service, using webhooks https://www.pulumi.com/docs/intro/pulumi-service/webhooks/
f

freezing-sunset-24612

02/28/2023, 2:34 PM
Thanks Jax, i guess it will solve my problem.