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 3fdf816 commit ca7e3bdCopy full SHA for ca7e3bd
infrastructure/gateway-document-reference.tf
@@ -2,7 +2,7 @@ module "document_reference_gateway" {
2
source = "./modules/gateway"
3
api_gateway_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
4
parent_id = aws_api_gateway_rest_api.ndr_doc_store_api.root_resource_id
5
- http_methods = ["POST"]
+ http_methods = ["POST", "GET"]
6
authorization = "NONE"
7
api_key_required = true
8
gateway_path = "DocumentReference"
0 commit comments