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?

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ