Skip to content

Commit 468183e

Browse files
committed
bump memory back up
1 parent bab0fbd commit 468183e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/terraform/modules/backend-api/module_lambda_request_proof.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module "request_proof_lambda" {
99
source_code_hash = module.build_template_lambda.zips[local.backend_lambda_entrypoints.request_proof].base64sha256
1010
runtime = "nodejs20.x"
1111
handler = "proof.handler"
12+
memory_size = 256
1213

1314
log_retention_in_days = var.log_retention_in_days
1415

0 commit comments

Comments
 (0)