We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab0fbd commit 468183eCopy full SHA for 468183e
infrastructure/terraform/modules/backend-api/module_lambda_request_proof.tf
@@ -9,6 +9,7 @@ module "request_proof_lambda" {
9
source_code_hash = module.build_template_lambda.zips[local.backend_lambda_entrypoints.request_proof].base64sha256
10
runtime = "nodejs20.x"
11
handler = "proof.handler"
12
+ memory_size = 256
13
14
log_retention_in_days = var.log_retention_in_days
15
0 commit comments