Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When importing in a project with a different aws-sdk version, config doesn't persist #8

Open
RLRabinowitz opened this issue Jun 22, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@RLRabinowitz
Copy link
Contributor

  1. 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-lock aws-sdk is resolved multiple times
  2. In your project, do a AWS.config.update to update the credentials and region.
  3. Use this transport without sending in the awsRegion or credentials. Now the transport should use the configuration updated by AWS.config.update
  4. It doesn't 💥
@RLRabinowitz RLRabinowitz added the bug Something isn't working label Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant