Skip to content

Commit

Permalink
Merge pull request #46 from yzhanggithub/pr-nodejs
Browse files Browse the repository at this point in the history
Updated nodejs lambda runtime to 10.x
  • Loading branch information
jritsema authored Jan 7, 2020
2 parents cf20e81 + 32eed86 commit a111d85
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 a111d85

Please sign in to comment.