Hi, is there a good way to get the AWS provider us...
# general
i
Hi, is there a good way to get the AWS provider used by an AWS resource?
w
I believe
res.getProvider("aws")
will get the registered
aws
provider used for the resource. See also https://github.com/pulumi/pulumi/issues/2246 which is related.