From 063afce15e063546fcb93c4330903f7838c553f3 Mon Sep 17 00:00:00 2001 From: Chris Coombs Date: Thu, 9 Jan 2020 19:07:08 +1100 Subject: [PATCH] Upgrade deprecated runtime nodejs4.3 --- deviceSimulator/createSimulator.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deviceSimulator/createSimulator.json b/deviceSimulator/createSimulator.json index 5562ca44..a4704cd1 100644 --- a/deviceSimulator/createSimulator.json +++ b/deviceSimulator/createSimulator.json @@ -83,7 +83,7 @@ "Arn" ] }, - "Runtime": "nodejs4.3", + "Runtime": "nodejs10.x", "Timeout": 60 } },