I am following the AWS Documentation <here> to con...
# general
b
I am following the AWS Documentation here to connect Pulumi Workflows with AWS. This was working yesterday but now when trying to get aws creds it is erroring out stating that it does not have rights. See thread
workflows code snippet:
Copy code
- name: configure aws credentials
        uses: aws-actions/configure-aws-credentials@v2
        with:
          role-to-assume: arn:aws:iam::########:role/role
          aws-region: ${{ env.AWS_REGION }}
Copy code
(node:1724) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at <https://a.co/7PzMCcy>
(Use `node --trace-warnings ...` to show where the warning was created)
Error: Not authorized to perform sts:AssumeRoleWithWebIdentity