aws-samples / aws-secure-environment-accelerator

The AWS Secure Environment Accelerator is a tool designed to help deploy and operate secure multi-account, multi-region AWS environments on an ongoing basis. The power of the solution is the configuration file which enables the completely automated deployment of customizable architectures within AWS without changing a single line of code.
Apache License 2.0
725 stars 233 forks source link

[FEATURE] Migrate AWS SDK for JavaScript v2 APIs to v3 #1226

Open trivikr opened 4 months ago

trivikr commented 4 months ago

Required Basic Info To properly assess the enhancement request, we require information on the version of the Accelerator you based this request upon:

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 aws-secure-environment-accelerator makes calls using AWS SDK for JavaScript v2 at many places https://github.com/search?q=repo%3Aaws-samples%2Faws-secure-environment-accelerator+aws-sdk&type=code

Describe the solution you'd like

Migrate AWS SDK for JavaScript v2 APIs to v3.

Describe alternatives you've considered N/A

trivikr commented 4 months ago

Attempt from Nov'23 https://github.com/aws-samples/aws-secure-environment-accelerator/pull/1196