Skip to content

Commit a111d85

Browse files
authored
Merge pull request #46 from yzhanggithub/pr-nodejs
Updated nodejs lambda runtime to 10.x
2 parents cf20e81 + 32eed86 commit a111d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env/dev/ecs-event-stream.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource "aws_lambda_function" "ecs_event_stream" {
5858
filename = data.archive_file.lambda_zip.output_path
5959
source_code_hash = data.archive_file.lambda_zip.output_base64sha256
6060
handler = "index.handler"
61-
runtime = "nodejs8.10"
61+
runtime = "nodejs10.x"
6262
tags = var.tags
6363
}
6464

0 commit comments

Comments
 (0)