You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure axios aws interceptor to retrieve credentials from node provider chain at runtime (aws#134)
Configure axios aws interceptor to retrieve credentials from node provider chain at runtime as opposed to on module load. This allows for fresh credentials to be obtained as needed during query runtime. Each environment can have unique credential configuration so I added a link to the aws documentation for configuring credential providers.
0 commit comments