Skip to content

Commit 52a4ae5

Browse files
clean up
1 parent bb1ae7f commit 52a4ae5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

infrastructure/lambda-search-document-reference-history.tf

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,4 @@ resource "aws_api_gateway_integration" "get_document_reference_version_integrati
7575
integration_http_method = "POST"
7676
type = "AWS_PROXY"
7777
uri = module.get-doc-ref-lambda.invoke_arn
78-
}
79-
80-
# resource "aws_api_gateway_method" "get_document_reference_version_method" {
81-
# rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
82-
# resource_id = module.document_reference_version_gateway.gateway_resource_id
83-
# http_method = "GET"
84-
# authorization = "CUSTOM"
85-
# authorizer_id = aws_api_gateway_authorizer.repo_authoriser.id
86-
# }
78+
}

0 commit comments

Comments
 (0)