cloudsploit icon indicating copy to clipboard operation
cloudsploit copied to clipboard

Migrate cloudsploit AWS SDK for JavaScript from v2 to v3

Open nuhasha opened this issue 2 years ago • 3 comments

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

nuhasha avatar Sep 25 '23 20:09 nuhasha

@alphadev4 @AkhtarAmir could you please look into this?

nuhasha avatar Oct 02 '23 15:10 nuhasha

This PR https://github.com/aquasecurity/cloudsploit/pull/1730 fix the issue.

nuhasha avatar Nov 03 '23 18:11 nuhasha

Hi @nuhasha, we are looking into it.

alphadev4 avatar Nov 24 '23 11:11 alphadev4