Skip to content

Commit

Permalink
Update to node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Jan 9, 2020
1 parent 49bbb84 commit a53b8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "aws_lambda_function" "basic_auth_lambda" {
role = "${aws_iam_role.iam_for_lambda.arn}"
handler = "basic_auth.handler"
source_code_hash = "${data.archive_file.basic_auth_lambda_zip.output_base64sha256}"
runtime = "nodejs8.10"
runtime = "nodejs10.x"

publish = true
}

0 comments on commit a53b8b7

Please sign in to comment.