We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f15eb71 + f7b2497 commit 85af54eCopy full SHA for 85af54e
2 files changed
.tool-versions
@@ -1,7 +1,7 @@
1
# This file is for you! Please, updated to the versions agreed by your team.
2
3
gitleaks 8.18.4
4
-nodejs 18.18.2
+nodejs 22.15.1
5
pre-commit 3.6.0
6
terraform 1.9.2
7
terraform-docs 0.19.0
infrastructure/modules/eventpub/lambda_function.tf
@@ -4,7 +4,7 @@ resource "aws_lambda_function" "main" {
role = aws_iam_role.lambda.arn
handler = "index.handler"
- runtime = "nodejs20.x"
+ runtime = "nodejs22.x"
8
publish = true
9
memory_size = 128
10
timeout = 20
0 commit comments