Skip to content
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 .tool-versions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is for you! Please, updated to the versions agreed by your team.

gitleaks 8.18.4
nodejs 18.18.2
nodejs 22.15.1
pre-commit 3.6.0
terraform 1.9.2
terraform-docs 0.19.0
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/modules/eventpub/lambda_function.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "aws_lambda_function" "main" {

role = aws_iam_role.lambda.arn
handler = "index.handler"
runtime = "nodejs20.x"
runtime = "nodejs22.x"
publish = true
memory_size = 128
timeout = 20
Expand Down
Loading