Skip to content

Commit f0ba4c7

Browse files
committed
updates ecs-event-stream to use nodejs12.x
1 parent 4830260 commit f0ba4c7

File tree

1 file changed

+1
-1
lines changed

1 file 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
@@ -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 = "nodejs10.x"
61+
runtime = "nodejs12.x"
6262
tags = var.tags
6363
}
6464

0 commit comments

Comments
 (0)