From aebf0ea8e2782c349b929a5cae93b0ff914d026d Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Mon, 17 Jun 2024 07:48:23 -0700 Subject: [PATCH] Update nodejs in examples/template.yml --- examples/template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/template.yml b/examples/template.yml index 3365132..1a1bade 100644 --- a/examples/template.yml +++ b/examples/template.yml @@ -60,8 +60,8 @@ Resources: Properties: FunctionName: Fn::Sub: lambda-function-${EnvName} - Description: LambdaFunctioni of nodejs16.x. - Runtime: nodejs16.x + Description: LambdaFunctioni of nodejs20.x. + Runtime: nodejs20.x Code: ZipFile: "exports.handler = function(event, context){\n