awslabs / aws-solutions-constructs

The AWS Solutions Constructs Library is an open-source extension of the AWS Cloud Development Kit (AWS CDK) that provides multi-service, well-architected patterns for quickly defining solutions
https://docs.aws.amazon.com/solutions/latest/constructs/
Apache License 2.0
1.2k stars 241 forks source link

Use AWS SDK for JavaScript (v3) in examples #1145

Open trivikr opened 2 weeks ago

trivikr commented 2 weeks ago

Use AWS SDK for JavaScript (v3) in examples

Use Case

The AWS SDK for JavaScript (v2) is used in most samples https://github.com/search?q=repo%3Aawslabs%2Faws-solutions-constructs+%22%27aws-sdk%27%22&type=code

It's maintenance announcement happened on March 6, 2024, and it will be entering maintenance mode on September 8, 2024 https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-javascript-v2/

Proposed Solution

Migrate AWS SDK for JavaScript v2 APIs to v3.

Migration Guide: https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/migrating.html

Other

N/A


This is a :rocket: Feature Request

biffgaut commented 2 weeks ago

Thanks, this seems like a good idea - we'll try to get to it.