Skip to content

Commit a0345d8

Browse files
committed
try restore 128mb memory
1 parent 043860b commit a0345d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ 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
1312

1413
log_retention_in_days = var.log_retention_in_days
1514

0 commit comments

Comments
 (0)