From 781f7f29a1009bf7abaed8aa06c99abf28533f88 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:04:57 +0200 Subject: [PATCH] chore(release-distribution): update `doc-router` to node 20 --- terragrunt/modules/release-distribution/cloudfront-doc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/modules/release-distribution/cloudfront-doc.tf b/terragrunt/modules/release-distribution/cloudfront-doc.tf index 1537e8718..d03c9df66 100644 --- a/terragrunt/modules/release-distribution/cloudfront-doc.tf +++ b/terragrunt/modules/release-distribution/cloudfront-doc.tf @@ -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 }