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 ae92e90 commit 2615dbbCopy full SHA for 2615dbb
infrastructure/lambda-access-audit.tf
@@ -75,7 +75,6 @@ module "access-audit-lambda" {
75
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
76
resource_id = module.access-audit-gateway.gateway_resource_id
77
http_methods = ["POST"]
78
- memory_size = 512
79
80
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
81
lambda_environment_variables = {
0 commit comments