Skip to content

Commit

Permalink
Merge pull request #540 from rust-lang/chore-release-distribution-upd…
Browse files Browse the repository at this point in the history
…ate-doc-router-to-node-20

chore(release-distribution): update `doc-router` to node 20
  • Loading branch information
MarcoIeni authored Sep 20, 2024
2 parents a26fb74 + 1a259ee commit 32cd279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terragrunt/accounts/legacy/releases-prod/deployed-ref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1b5840f4219e5eb79831062dbc19a13d223dfb86
781f7f29a1009bf7abaed8aa06c99abf28533f88
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 32cd279

Please sign in to comment.