We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AWS SDK for JavaScript (v2) is entering into maintenance mode in 2023. We need to migrate code to use AWS SDK for JavaScript (v3).
How to upgrade
Following this documentation, npm: aws-sdk-js-codemod Run the following command to upgrade from v2 to v3
npx aws-sdk-js-codemod@latest -t v2-to-v3 collectors/aws npx aws-sdk-js-codemod@latest -t v2-to-v3 helpers/aws
The text was updated successfully, but these errors were encountered:
@alphadev4 @AkhtarAmir could you please look into this?
Sorry, something went wrong.
This PR #1730 fix the issue.
Hi @nuhasha, we are looking into it.
alphadev4
No branches or pull requests
AWS SDK for JavaScript (v2) is entering into maintenance mode in 2023. We need to migrate code to use AWS SDK for JavaScript (v3).
How to upgrade
Following this documentation, npm: aws-sdk-js-codemod Run the following command to upgrade from v2 to v3
The text was updated successfully, but these errors were encountered: