From ac220e3982f34cd813d5162c6e5815b03d9e101f Mon Sep 17 00:00:00 2001 From: karthikeyannhs <174426205+Karthikeyannhs@users.noreply.github.com> Date: Thu, 10 Jul 2025 16:47:14 +0100 Subject: [PATCH] lambda memory size set to 2048 --- infrastructure/modules/lambda/lambda.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/modules/lambda/lambda.tf b/infrastructure/modules/lambda/lambda.tf index 924de6c47..9013c8386 100644 --- a/infrastructure/modules/lambda/lambda.tf +++ b/infrastructure/modules/lambda/lambda.tf @@ -13,7 +13,7 @@ resource "aws_lambda_function" "eligibility_signposting_lambda" { runtime = "python3.13" timeout = 30 - memory_size = 128 # Default + memory_size = 2048 environment { variables = {