Skip to content

Commit 1163302

Browse files
committed
Updating node.js runtime for github status lambda to 12.x
1 parent 9756eb9 commit 1163302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "aws_lambda_function" "codebuild_github_status" {
77
handler = "index.handler"
88
memory_size = "${var.memory_size}"
99
timeout = "${var.timeout}"
10-
runtime = "nodejs8.10"
10+
runtime = "nodejs12.x"
1111
s3_bucket = "${var.s3_bucket}"
1212
s3_key = "${var.s3_key}"
1313

0 commit comments

Comments
 (0)