We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ccb0fc commit 16d0231Copy full SHA for 16d0231
1 file changed
infrastructure/modules/eventpub/lambda_function.tf
@@ -4,7 +4,7 @@ resource "aws_lambda_function" "main" {
4
5
role = aws_iam_role.lambda.arn
6
handler = "index.handler"
7
- runtime = "nodejs20.x" #change to nodejs22.x once core update done
+ runtime = "nodejs22.x"
8
publish = true
9
memory_size = 128
10
timeout = 20
0 commit comments