Hi, been looking into automation-api for a few day...
# automation-api
w
Hi, been looking into automation-api for a few days, on one of my (go) experiments to simply stand up an ec2 instance, my application is blocking when calling aws.GetAmi. When stepping through, the execution appears to stall around
Copy code
pulumirpc.InvokeRequest
Be grateful if anyone who has seen this could point me in the right direction to progressing past this. I'm more or less following the example from the documentation page and the output is stuck printing Updating........
update for anyone else who might hit this. Looks like the issue occurred when my aws session credentials expired.
b
that was my suggestion
👍 1