awslabs / landing-zone-accelerator-on-aws

Deploy a multi-account cloud foundation to support highly-regulated workloads and complex compliance requirements.
https://aws.amazon.com/solutions/implementations/landing-zone-accelerator-on-aws/
Apache License 2.0
502 stars 398 forks source link

Migrate AWS SDK for JavaScript v2 APIs to v3 #462

Open trivikr opened 1 month ago

trivikr commented 1 month ago

Is your feature request related to a problem? Please describe.

AWS SDK for JavaScript v2 will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025. For more information, check blog post at https://a.co/cUPnyil

The landing-zone-accelerator-on-aws makes calls using AWS SDK for JavaScript v2 at many places https://github.com/search?q=repo%3Aawslabs%2Flanding-zone-accelerator-on-aws%20%27aws-sdk%27&type=code

Describe the feature you'd like Migrate AWS SDK for JavaScript v2 APIs to v3.

bo1984 commented 1 month ago

Hi Trivikram! Thank you for utilizing the Landing Zone Accelerator on AWS (LZA) solution. We have multiple items in our backlog to convert over to the JS SDK v3. I'll keep this issue open in the meantime until this is released. If you have any questions or concerns in the meantime, please do not hesitate to contact us.

trivikr commented 1 month ago

If you have any questions or concerns in the meantime, please do not hesitate to contact us.

I attempted to migrate JS SDK v2 APIs in cdk-plugin-assume-role to v3 https://github.com/awslabs/landing-zone-accelerator-on-aws/pull/466

Do take a look, and take over the PR, or cherry-pick the commits, if needed.