Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
update request method from POST to any (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
yubozhao authored Apr 12, 2022
1 parent bebe25d commit 638194b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bentoctl_lambda/templates/terraform_default.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ resource "aws_apigatewayv2_route" "root" {
resource "aws_apigatewayv2_route" "services" {
api_id = aws_apigatewayv2_api.lambda.id

route_key = "POST /{proxy+}"
route_key = "ANY /{proxy+}"
target = "integrations/${aws_apigatewayv2_integration.lambda.id}"
}

Expand Down

0 comments on commit 638194b

Please sign in to comment.