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.