This message was deleted.
# general
s
This message was deleted.
m
do I have to run something like:
Copy code
sts get-caller-identity
or
Copy code
pulumi whoami
and capture the output?
m
Try something like:
Copy code
pulumi.output(aws.getCallerIdentity())
It should give you information about the “actor”
m
Thanks, will try
That worked, thank you.
m
nice!