diff --git a/cloudformation/cf.json b/cloudformation/cf.json index fbfdc12..f37644a 100644 --- a/cloudformation/cf.json +++ b/cloudformation/cf.json @@ -74,7 +74,7 @@ "FunctionName" : "list", "Handler" : "list.list", "Role" : { "Fn::GetAtt" : ["LambdaExecutionRole", "Arn"] }, - "Runtime" : "nodejs8.10" + "Runtime" : "nodejs12.x" }, "DependsOn" : ["LambdaExecutionRole"] }, @@ -89,7 +89,7 @@ "FunctionName" : "get", "Handler" : "get.get", "Role" : { "Fn::GetAtt" : ["LambdaExecutionRole", "Arn"] }, - "Runtime" : "nodejs8.10" + "Runtime" : "nodejs12.x" }, "DependsOn" : ["LambdaExecutionRole"] },