cli-lambda-deploy icon indicating copy to clipboard operation
cli-lambda-deploy copied to clipboard

chore: migrate AWS SDK for JavaScript v2 APIs to v3

Open trivikr opened this issue 1 year ago • 4 comments
trafficstars

Fixes: https://github.com/awspilot/cli-lambda-deploy/issues/12

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

This PR migrates the AWS SDK for JavaScript v2 APIs to v3

trivikr avatar Jul 01 '24 04:07 trivikr

I used @aws-sdk/[email protected] since the support for Node.js 10.x was dropped in v3.46.0 in AWS SDK for JavaScript v3.

I couldn't find Node.js version support matrix by the project, but since it hasn't published a new version for the last 3 years I believe it'll have users on older Node.js versions.

trivikr avatar Jul 01 '24 04:07 trivikr

cc @adrianpraja Can this get a review? The JS SDK v2 is in maintenance mode, and is going to be end-of-life in Sept'25.

trivikr avatar Dec 12 '24 20:12 trivikr

Any update on when this is getting approved?

sanket0354 avatar Mar 29 '25 18:03 sanket0354

New version with this change would be very appreciated 🙏🏻

EmiM avatar Apr 03 '25 14:04 EmiM