Skip to content

Commit

Permalink
chore(release-distribution): update doc-router to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Sep 20, 2024
1 parent a26fb74 commit 781f7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terragrunt/modules/release-distribution/cloudfront-doc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "lambda_doc_router" {
name = "${local.name}--doc-router"
source_dir = "lambdas/doc-router"
handler = "index.handler"
runtime = "nodejs16.x"
runtime = "nodejs20.x"
role_arn = data.aws_iam_role.cloudfront_lambda.arn
}

Expand Down

0 comments on commit 781f7f2

Please sign in to comment.