aws-proxy icon indicating copy to clipboard operation
aws-proxy copied to clipboard

Explore whether there are performance implications of calling session.New() on every request

Open cpliakas opened this issue 9 years ago • 0 comments

We currently call session.New() on every request to read the credentials. The assumption is that most of the time credentials will be read from the instance profile, which rotate every hour.

cpliakas avatar Aug 24 '16 13:08 cpliakas