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
asked a year ago3782 views
1 Answer
2
Accepted Answer

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
EXPERT
answered a year ago
profile picture
EXPERT
reviewed a year ago
  • 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?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions