Skip to content

Commit 5dbc94a

Browse files
committed
changed root integration method to post
1 parent 26c7cb6 commit 5dbc94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ resource "aws_api_gateway_integration" "root_method_integration" {
112112
rest_api_id = aws_api_gateway_rest_api.api.id
113113
resource_id = aws_api_gateway_rest_api.api.root_resource_id
114114
http_method = var.root-resource-method
115-
integration_http_method = var.root-resource-method
115+
integration_http_method = "POST"
116116
type = "AWS_PROXY"
117117
uri = aws_lambda_function.lambda.invoke_arn
118118
}

0 commit comments

Comments
 (0)