Skip to content

Commit

Permalink
fixed another GET
Browse files Browse the repository at this point in the history
  • Loading branch information
galenatjpl authored Oct 4, 2023
1 parent 67e07de commit efc3b3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "aws_api_gateway_integration" "sample_rest_api_proxy_resource_method_in
http_method = aws_api_gateway_method.sample_rest_api_proxy_resource_method.http_method
type = "HTTP_PROXY"
uri = var.sample_rest_api_integration_uri
integration_http_method = "GET"
integration_http_method = "ANY"

cache_key_parameters = ["method.request.path.proxy"]

Expand Down

0 comments on commit efc3b3a

Please sign in to comment.