From c00920b05a871a2d3421945bcf48612d599af286 Mon Sep 17 00:00:00 2001 From: Chris Coombs Date: Fri, 7 May 2021 14:01:17 +1000 Subject: [PATCH] Upgrade deprecated runtime nodejs10.x --- sam/sam.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam/sam.yaml b/sam/sam.yaml index 53ed1c4..b03881d 100644 --- a/sam/sam.yaml +++ b/sam/sam.yaml @@ -410,7 +410,7 @@ Resources: Type: AWS::Serverless::Function Properties: Handler: index.handler - Runtime: nodejs10.x + Runtime: nodejs14.x CodeUri: s3:///lambda.zip Policies: AmazonDynamoDBFullAccess Environment: