Skip to content

Commit 16d0231

Browse files
CCM-10257: Implement Eventpub in Core
1 parent 5ccb0fc commit 16d0231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/eventpub/lambda_function.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource "aws_lambda_function" "main" {
44

55
role = aws_iam_role.lambda.arn
66
handler = "index.handler"
7-
runtime = "nodejs20.x" #change to nodejs22.x once core update done
7+
runtime = "nodejs22.x"
88
publish = true
99
memory_size = 128
1010
timeout = 20

0 commit comments

Comments
 (0)