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
gefragt vor einem Jahr3840 Aufrufe
1 Antwort
2
Akzeptierte Antwort

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
EXPERTE
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor einem Jahr
  • 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?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen