From 5b0f06d5053931a833bb06be232731effbaa9441 Mon Sep 17 00:00:00 2001 From: Chris Coombs Date: Wed, 25 Oct 2023 18:49:56 +1100 Subject: [PATCH] Upgrade deprecated runtime nodejs12.x --- Workshop1/S3/bootstrap/cfn-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workshop1/S3/bootstrap/cfn-template.json b/Workshop1/S3/bootstrap/cfn-template.json index af311ed..46a424a 100644 --- a/Workshop1/S3/bootstrap/cfn-template.json +++ b/Workshop1/S3/bootstrap/cfn-template.json @@ -293,7 +293,7 @@ "Type": "AWS::Lambda::Function", "Properties": { "Handler": "index.handler", - "Runtime": "nodejs12.x", + "Runtime": "nodejs16.x", "Timeout": 60, "Role": { "Fn::GetAtt": [ "IamLambdaExecutionRoleFullAccess", "Arn" ]