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
However, on bumping transitive dependencies, I realized the "@aws-sdk/client-sts@"3.511.0" is not possible as it misses the "@aws-sdk/credential-provider-node" dependency which seems to be needed:
I've also problem with this. When getting 3.556.0 I get AwsSdkSigV4Signer is not a constructor. AwsSdkSigV4Signer is not a class constructor in the latest releases?
UPDATE: I think my issues was with yarn mixing different versions.
In the package.json the @aws-sdk/client-sts is allowed any minor version of 3: https://github.com/jamesmbourne/aws4-axios/blob/main/package.json#L40
However, on bumping transitive dependencies, I realized the "@aws-sdk/client-sts@"3.511.0" is not possible as it misses the "@aws-sdk/credential-provider-node" dependency which seems to be needed:
Cannot find module '@aws-sdk/credential-provider-node'
Require stack:
Would be great, if the dependencies could be fixed!
Version is 3.3.1
The text was updated successfully, but these errors were encountered: