RSSAmplifier

Thomas Schoffelen · Feb 19, 2024

Upgrading Your AWS Lambdas to Node 20

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

The Node 16 runtime on Lambda will be deprecated in June . Upgrading to Node 18 or 20 is relatively easy for most applications, with few breaking changes from Node 16. Some notable additions are the native support for fetch() , which you might be familiar with from browser environments, and a built-in test runner . What is more difficult, is the lack of the AWS SDK v2, which is included out of the…

Read on schof.co

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.