Are the data calls cached? If I do `aws.getCallerI...
# general
b
Are the data calls cached? If I do
aws.getCallerIdentity({provider: provider})
in ten different places with the same provider will it cause 10 api calls?
g
I believe they are not cached.
w
That is right - you can of course add your own layer to cache these calls since it's "just code"!