Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release-distribution): update doc-router to node 20 #540

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading