From e09a8a4531ab3da632ba236ec3d256b34cfdf483 Mon Sep 17 00:00:00 2001 From: Matthew Bell <33056264+matthew2564@users.noreply.github.com> Date: Thu, 21 Nov 2024 08:35:49 +0000 Subject: [PATCH] feat: add node22 lambda runtime --- lib/plugins/aws/provider.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/plugins/aws/provider.js b/lib/plugins/aws/provider.js index f5acbf08c..d4edf5296 100644 --- a/lib/plugins/aws/provider.js +++ b/lib/plugins/aws/provider.js @@ -626,6 +626,7 @@ class AwsProvider { 'nodejs16.x', 'nodejs18.x', 'nodejs20.x', + 'nodejs22.x', 'provided', 'provided.al2', 'provided.al2023',