Skip to content

Commit

Permalink
Update runtime version to nodejs12.x in lambda-edge module
Browse files Browse the repository at this point in the history
  • Loading branch information
draganavr committed Jul 13, 2020
1 parent 8eaf656 commit f7016db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/lambda-edge/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "aws_lambda_function" "index_html" {
role = var.service_role_arn
handler = "index.handler"
source_code_hash = data.archive_file.index_html.output_base64sha256
runtime = "nodejs8.10"
runtime = "nodejs12.x"

publish = true

Expand Down

0 comments on commit f7016db

Please sign in to comment.