From c9ffee98c532eeebd458c35bbad46feb4a90c70e Mon Sep 17 00:00:00 2001
From: Chris Coombs <chriscoombs@users.noreply.github.com>
Date: Thu, 9 Jan 2020 19:05:32 +1100
Subject: [PATCH] Upgrade deprecated runtime nodejs4.3

---
 CloudFormation/CreateZombieWorkshop.json | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/CloudFormation/CreateZombieWorkshop.json b/CloudFormation/CreateZombieWorkshop.json
index 57528b1..11fa7cf 100644
--- a/CloudFormation/CreateZombieWorkshop.json
+++ b/CloudFormation/CreateZombieWorkshop.json
@@ -377,7 +377,7 @@
           "S3Bucket": { "Fn::FindInMap" : [ "AllowedRegions", { "Ref" : "AWS::Region" }, "S3ContentsBucket"]},
           "S3Key": "S3GetFilesFunction.zip"
         },
-        "Runtime": "nodejs4.3",
+        "Runtime": "nodejs10.x",
         "Timeout": "120"
       },
       "DependsOn": [
@@ -395,7 +395,7 @@
           "S3Bucket": { "Ref" : "S3BucketForWebsiteContent" },
           "S3Key": "cognitoTriggerBuild.zip"
         },
-        "Runtime": "nodejs4.3",
+        "Runtime": "nodejs10.x",
         "Timeout": "120"
       },
       "DependsOn": [
@@ -456,7 +456,7 @@
           "S3Bucket": { "Ref": "S3BucketForWebsiteContent" },
           "S3Key": "WK305_Gateway.zip"
         },
-        "Runtime": "nodejs4.3",
+        "Runtime": "nodejs10.x",
         "Timeout": "300",
         "MemorySize": "1536"
       },
@@ -477,7 +477,7 @@
           "S3Bucket": { "Ref": "S3BucketForWebsiteContent" },
           "S3Key": "cognito.zip"
         },
-        "Runtime": "nodejs4.3",
+        "Runtime": "nodejs10.x",
         "Timeout": "300",
         "MemorySize": "1536"
       },
@@ -520,7 +520,7 @@
           "S3Bucket": { "Ref" : "S3BucketForWebsiteContent" },
           "S3Key": "ZombiePostMessage.zip"
         },
-        "Runtime": "nodejs4.3",
+        "Runtime": "nodejs10.x",
         "Timeout": "60"
       },
       "DependsOn": [
@@ -540,7 +540,7 @@
           "S3Bucket": { "Ref" : "S3BucketForWebsiteContent" },
           "S3Key": "ZombieGetMessages.zip"
         },
-        "Runtime": "nodejs4.3",
+        "Runtime": "nodejs10.x",
         "Timeout": "60"
       },
       "DependsOn" : [
@@ -596,7 +596,7 @@
             "};\n"
             ]]}
         },
-        "Runtime": "nodejs4.3",
+        "Runtime": "nodejs10.x",
         "Timeout": "10"
       },
       "DependsOn" : ["TalkersDynamoDBTable","ZombieLabLambdaRole"]
@@ -656,7 +656,7 @@
             "};\n"
             ]]}
         },
-        "Runtime": "nodejs4.3",
+        "Runtime": "nodejs10.x",
         "Timeout": "10"
       },
       "DependsOn" : ["TalkersDynamoDBTable", "ZombieLabLambdaRole"]
@@ -686,7 +686,7 @@
           "S3Bucket": { "Ref" : "S3BucketForWebsiteContent" },
           "S3Key": "IamUsers.zip"
         },
-        "Runtime": "nodejs4.3",
+        "Runtime": "nodejs10.x",
         "Timeout": "60"
       },
       "DependsOn": [