We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e8f19d + ac220e3 commit 670b205Copy full SHA for 670b205
1 file changed
infrastructure/modules/lambda/lambda.tf
@@ -13,7 +13,7 @@ resource "aws_lambda_function" "eligibility_signposting_lambda" {
13
14
runtime = "python3.13"
15
timeout = 30
16
- memory_size = 128 # Default
+ memory_size = 2048
17
18
environment {
19
variables = {
0 commit comments