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
Import this package in a repository, and also import aws-sdk with a version that will be resolved differently than the aws-sdk resolved by this package. Run npm install, and see that in the package-lockaws-sdk is resolved multiple times
In your project, do a AWS.config.update to update the credentials and region.
Use this transport without sending in the awsRegion or credentials. Now the transport should use the configuration updated by AWS.config.update
It doesn't 💥
The text was updated successfully, but these errors were encountered:
aws-sdk
with a version that will be resolved differently than theaws-sdk
resolved by this package. Runnpm install
, and see that in thepackage-lock
aws-sdk
is resolved multiple timesAWS.config.update
to update the credentials and region.awsRegion
or credentials. Now the transport should use the configuration updated byAWS.config.update
The text was updated successfully, but these errors were encountered: