Skip to content

Commit

Permalink
disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa authored Sep 19, 2024
1 parent fb0c4aa commit 760f671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/authenticator_agw/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ resource "aws_apigatewayv2_authorizer" "external" {
authorizer_type = "REQUEST"
name = "cpf_authorizer"
authorizer_payload_format_version = "2.0"
authorizer_result_ttl_in_seconds = 60
authorizer_result_ttl_in_seconds = 0
enable_simple_responses = false
authorizer_uri = var.authenticator_lambda_arn
}

0 comments on commit 760f671

Please sign in to comment.