Skip to content

Commit

Permalink
Remove throttle settings for /inference/GET endpoint in api_gateway.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
FloRul committed Feb 13, 2024
1 parent fc46a18 commit 6735922
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/api_gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ resource "aws_api_gateway_usage_plan" "this" {
api_stages {
api_id = aws_api_gateway_rest_api.this.id
stage = var.api_gateway_stage_name
throttle {
burst_limit = 50
rate_limit = 10
path = "/inference/GET"
}
}

quota_settings {
Expand Down

0 comments on commit 6735922

Please sign in to comment.