Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Upgrade deprecated runtime nodejs4.3 #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions CloudFormation/CreateZombieWorkshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
"S3Bucket": { "Fn::FindInMap" : [ "AllowedRegions", { "Ref" : "AWS::Region" }, "S3ContentsBucket"]},
"S3Key": "S3GetFilesFunction.zip"
},
"Runtime": "nodejs4.3",
"Runtime": "nodejs10.x",
"Timeout": "120"
},
"DependsOn": [
Expand All @@ -395,7 +395,7 @@
"S3Bucket": { "Ref" : "S3BucketForWebsiteContent" },
"S3Key": "cognitoTriggerBuild.zip"
},
"Runtime": "nodejs4.3",
"Runtime": "nodejs10.x",
"Timeout": "120"
},
"DependsOn": [
Expand Down Expand Up @@ -456,7 +456,7 @@
"S3Bucket": { "Ref": "S3BucketForWebsiteContent" },
"S3Key": "WK305_Gateway.zip"
},
"Runtime": "nodejs4.3",
"Runtime": "nodejs10.x",
"Timeout": "300",
"MemorySize": "1536"
},
Expand All @@ -477,7 +477,7 @@
"S3Bucket": { "Ref": "S3BucketForWebsiteContent" },
"S3Key": "cognito.zip"
},
"Runtime": "nodejs4.3",
"Runtime": "nodejs10.x",
"Timeout": "300",
"MemorySize": "1536"
},
Expand Down Expand Up @@ -520,7 +520,7 @@
"S3Bucket": { "Ref" : "S3BucketForWebsiteContent" },
"S3Key": "ZombiePostMessage.zip"
},
"Runtime": "nodejs4.3",
"Runtime": "nodejs10.x",
"Timeout": "60"
},
"DependsOn": [
Expand All @@ -540,7 +540,7 @@
"S3Bucket": { "Ref" : "S3BucketForWebsiteContent" },
"S3Key": "ZombieGetMessages.zip"
},
"Runtime": "nodejs4.3",
"Runtime": "nodejs10.x",
"Timeout": "60"
},
"DependsOn" : [
Expand Down Expand Up @@ -596,7 +596,7 @@
"};\n"
]]}
},
"Runtime": "nodejs4.3",
"Runtime": "nodejs10.x",
"Timeout": "10"
},
"DependsOn" : ["TalkersDynamoDBTable","ZombieLabLambdaRole"]
Expand Down Expand Up @@ -656,7 +656,7 @@
"};\n"
]]}
},
"Runtime": "nodejs4.3",
"Runtime": "nodejs10.x",
"Timeout": "10"
},
"DependsOn" : ["TalkersDynamoDBTable", "ZombieLabLambdaRole"]
Expand Down Expand Up @@ -686,7 +686,7 @@
"S3Bucket": { "Ref" : "S3BucketForWebsiteContent" },
"S3Key": "IamUsers.zip"
},
"Runtime": "nodejs4.3",
"Runtime": "nodejs10.x",
"Timeout": "60"
},
"DependsOn": [
Expand Down