Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
windWingWalker committed Jul 29, 2022
1 parent 9fc17c4 commit 972fd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iac/modules/api-route/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "aws_apigatewayv2_integration" "default" {
api_id = var.api_id

integration_uri = "arn:aws:apigateway:${var.aws_region}:lambda:path/2015-03-31/functions/${var.function_arn}:$${stageVariables.alias}/invocations"
integration_type = "AWS_PROXY"
integration_type = "HTTP_PROXY"
integration_method = "POST"
}

Expand Down

0 comments on commit 972fd8f

Please sign in to comment.