Skip to content

Commit 670b205

Browse files
authored
Merge pull request #229 from NHSDigital/ELI-282-lambda-memory-config
lambda memory size set to 2048
2 parents 2e8f19d + ac220e3 commit 670b205

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)