Skip to content

Commit ac220e3

Browse files
lambda memory size set to 2048
1 parent 2e8f19d commit ac220e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/lambda/lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resource "aws_lambda_function" "eligibility_signposting_lambda" {
1313

1414
runtime = "python3.13"
1515
timeout = 30
16-
memory_size = 128 # Default
16+
memory_size = 2048
1717

1818
environment {
1919
variables = {

0 commit comments

Comments
 (0)