Skip to content

Commit

Permalink
api gateway - rota clientes
Browse files Browse the repository at this point in the history
jacksonwc2 authored Nov 23, 2024
1 parent f8e961e commit cb889f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/apigateway.tf
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ resource "aws_apigatewayv2_integration" "fiap_api_clientes" {
# Rota default que serve como proxy, redirecionando a chamada do API Gateway para os endpoints expostos pelo load balance
resource "aws_apigatewayv2_route" "fiap_api_clientes" {
api_id = aws_apigatewayv2_api.fiap_api.id
route_key = "ANY /clientes/{proxy+}"
route_key = "ANY /fiap-clientes-api/{proxy+}"

# # Vinculando o Authorizer à Rota
# authorization_type = "JWT"

0 comments on commit cb889f8

Please sign in to comment.