millions-judge-24978
10/17/2019, 6:02 PMaws.getCallerIdentity
that was working and has somehow now stopped. I changed the program to just
import * as pulumi from '@pulumi/pulumi';
import * as aws from '@pulumi/aws';
(async () => {
console.log('start')
console.log(await aws.getCallerIdentity());
console.log('end')
})();
and it hangs on aws.getCallerIdentity()
Any idea what could have happened?gentle-diamond-70147
10/17/2019, 6:06 PMv12.11.1
that we fixed just the other day.millions-judge-24978
10/17/2019, 6:07 PMv12.12.0
pulumi v1.3.2
gentle-diamond-70147
10/17/2019, 6:09 PM@pulumi/pulumi
later today.millions-judge-24978
10/17/2019, 6:09 PM