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
When running npx org-formation perform-tasks org.yml for example, the following warning displays in the terminal:
(node:89293) 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)
Your environment
version of org-foramtion (ofn --version) 1.0.11
version of node (node --version) v20.3.0
which OS/distro `macOS Ventura 13.4
Steps to reproduce
After installing the tool:
npx org-formation perform-tasks org.yml
Expected behaviour
No more warning and upgraded to AWS SDK for JavaScript (v3) before it is no longer supported.
Actual behaviour
Warning shows up, although I can say that all works for me as expected. I have not run into any errors or anything not working as expected. Raising the ticket proactively since I know upgrades can take some time.
The text was updated successfully, but these errors were encountered:
I'm trying to use org-formation with a custom Identity Center user, and init fails with authentication errors. It looks like it needs my ~\.aws\credentials file that I don't have, and my understanding is that with Identity Center authentication there is no credentials file.
Can it happen that this tool cannot work with Identity Center credentials until the AWS SDK is not upgraded to v3, so I must to set up short-term credentials (access key id, secret access key, session token)?
Subject of the issue
When running
npx org-formation perform-tasks org.yml
for example, the following warning displays in the terminal:Your environment
1.0.11
v20.3.0
Steps to reproduce
After installing the tool:
Expected behaviour
No more warning and upgraded to AWS SDK for JavaScript (v3) before it is no longer supported.
Actual behaviour
Warning shows up, although I can say that all works for me as expected. I have not run into any errors or anything not working as expected. Raising the ticket proactively since I know upgrades can take some time.
The text was updated successfully, but these errors were encountered: