DEV Community

Discussion on: Upgrading to the AWS SDK for JavaScript v3

Collapse
 
simov profile image
simo • Edited

AWS_PROFILE is basically useless right now: github.com/aws/aws-sdk-js-v3/issue...

Even if you include the @aws-sdk/client-sts in your project it still throws:

Error: Profile .... requires a role to be assumed, but no role assumption callback was provided.
Enter fullscreen mode Exit fullscreen mode