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 26c7cb6 commit 5dbc94aCopy full SHA for 5dbc94a
main.tf
@@ -112,7 +112,7 @@ resource "aws_api_gateway_integration" "root_method_integration" {
112
rest_api_id = aws_api_gateway_rest_api.api.id
113
resource_id = aws_api_gateway_rest_api.api.root_resource_id
114
http_method = var.root-resource-method
115
- integration_http_method = var.root-resource-method
+ integration_http_method = "POST"
116
type = "AWS_PROXY"
117
uri = aws_lambda_function.lambda.invoke_arn
118
}
0 commit comments