Skip to content

Commit 2615dbb

Browse files
committed
[PRMP-1601] remove memory size
1 parent ae92e90 commit 2615dbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infrastructure/lambda-access-audit.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ module "access-audit-lambda" {
7575
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
7676
resource_id = module.access-audit-gateway.gateway_resource_id
7777
http_methods = ["POST"]
78-
memory_size = 512
7978

8079
api_execution_arn = aws_api_gateway_rest_api.ndr_doc_store_api.execution_arn
8180
lambda_environment_variables = {

0 commit comments

Comments
 (0)