What are the implications of AWS SDK for JavaScript (v2) being put into maintenance mode in 2023?

0

We are using Lambda service to run our JavaScript codebase. We have noticed the following message:

ERROR (node:8) NOTE: The AWS SDK for JavaScript (v2) will be put into maintenance mode in 2023

  1. Is there any info as to which month is AWS aiming the maintenance for?
  2. Will Lambdas suddenly stop working with the SDK v2?
  3. Will we be able to still deploy new Lambda versions if we include version 2 via Lambda layer?
  4. I also assume that any new features/functionality that is added to AWS services is not going to be extended for AWS v2?

Sorry for this many questions. My main concern is when is this happening and what is the impact on existing deployments and codebases. Note: I have read https://aws.amazon.com/blogs/developer/why-and-how-you-should-use-aws-sdk-for-javascript-v3-on-node-js-18/ before posting this question.

hRed
已提問 1 年前檢視次數 3838 次
1 個回答
2
已接受的答案

Hi, give a read to section "SDK major version life-cycle" of https://docs.aws.amazon.com/sdkref/latest/guide/maint-policy.html

Maintenance (Phase 3) - During the maintenance mode, AWS limits SDK releases to address critical bug fixes 
and security issues only. An SDK will not receive API updates for new or existing services, or be updated to 
support new regions. Maintenance mode has a default duration of 12 months, unless otherwise specified.
profile pictureAWS
專家
已回答 1 年前
profile picture
專家
已審閱 1 年前
  • I have a followup question. same as the original poster, which did not get an answer in the accepted response. Is there a target month when AWS is intending to start the maintenance period for AWS SDK Javascript v2?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南