acquia / aws-proxy

A reverse proxy to Amazon web services
Apache License 2.0
0 stars 0 forks source link

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

Open cpliakas opened 8 years ago

cpliakas commented 8 years ago

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.