This message was deleted.
# general
s
This message was deleted.
s
I, too, would love to find a good way to do this. Because I had too many caveats involved -- e.g. run the task ONLY after all other associated tasks had started and stablized completely (which could happen AFTER the pulumi update completed) we ended up resorting to doing this manually -- an AWS API endpoint gets created via
httpthing = new cloud.API
, auth defined via a bearer token passed in as a header, and then setting up
<http://httpthing.post|httpthing.post>(...
so that it would run the
new cloud.Task
item which had been created.