From 7ec905d143ce75351a530060ef54866ffd6a20c9 Mon Sep 17 00:00:00 2001 From: AndersB <> Date: Mon, 26 Aug 2019 13:26:16 +0200 Subject: [PATCH] node6 invalid, updated cloudformation to node10.x --- lambda_file_processing.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lambda_file_processing.template b/lambda_file_processing.template index dac389a..ef77113 100644 --- a/lambda_file_processing.template +++ b/lambda_file_processing.template @@ -115,7 +115,7 @@ "Arn" ] }, - "Runtime": "nodejs6.10", + "Runtime": "nodejs10.x", "MemorySize": 128, "Timeout": 3 } @@ -135,7 +135,7 @@ "Arn" ] }, - "Runtime": "nodejs6.10", + "Runtime": "nodejs10.x", "MemorySize": 128, "Timeout": 3 }