Skip to content

Commit

Permalink
Update node 12 to 14 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmikee authored Jun 3, 2021
1 parent 64e3afa commit 9dec152
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 = "nodejs12.x"
runtime = "nodejs14.x"

publish = true
}

0 comments on commit 9dec152

Please sign in to comment.