From ab8429181024c7a62733d13cec61123c14d695e3 Mon Sep 17 00:00:00 2001 From: Chris Coombs Date: Thu, 9 Jan 2020 19:16:58 +1100 Subject: [PATCH] Upgrade deprecated runtime nodejs4.3 --- aws-blog-real-time-clickstream/CSE-cfn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-blog-real-time-clickstream/CSE-cfn.json b/aws-blog-real-time-clickstream/CSE-cfn.json index 8edeb39e..86f1990d 100644 --- a/aws-blog-real-time-clickstream/CSE-cfn.json +++ b/aws-blog-real-time-clickstream/CSE-cfn.json @@ -271,7 +271,7 @@ "Handler" : "index.handler", "MemorySize" : 128, "Role" : { "Fn::GetAtt" : [ "LambdaExecutionRole", "Arn" ] } , - "Runtime" : "nodejs4.3", + "Runtime" : "nodejs10.x", "Timeout" : 5 } },