Skip to content

Commit b78c941

Browse files
committed
Updated nodejs lambda runtime to 10.x
1 parent c3605cb commit b78c941

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

env/dev/ecs-event-stream.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource "aws_lambda_function" "ecs_event_stream" {
5555
filename = "${data.archive_file.lambda_zip.output_path}"
5656
source_code_hash = "${data.archive_file.lambda_zip.output_base64sha256}"
5757
handler = "index.handler"
58-
runtime = "nodejs8.10"
58+
runtime = "nodejs10.x"
5959
tags = "${var.tags}"
6060
}
6161

env/dev/logs-logzio.zip

1.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)