Skip to content

Commit

Permalink
Updated ecs_event_stream lambda runtime from nodejs8.10 (deprecated) …
Browse files Browse the repository at this point in the history
…to 10.x
  • Loading branch information
yzhanggithub committed Dec 18, 2019
1 parent f6696b1 commit f19eb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/dev/ecs-event-stream.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "aws_lambda_function" "ecs_event_stream" {
filename = data.archive_file.lambda_zip.output_path
source_code_hash = data.archive_file.lambda_zip.output_base64sha256
handler = "index.handler"
runtime = "nodejs8.10"
runtime = "nodejs10.x"
tags = var.tags
}

Expand Down

0 comments on commit f19eb2a

Please sign in to comment.