Skip to content

Commit

Permalink
Merge pull request #20 from FloRul/dev
Browse files Browse the repository at this point in the history
Remove throttle settings from aws_api_gateway_usage_plan
  • Loading branch information
FloRul authored Feb 12, 2024
2 parents 3bcc2d5 + 3234d6d commit 053205f
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 @@ -38,11 +38,6 @@ resource "aws_api_gateway_usage_plan" "this" {
offset = 0
period = "DAY"
}

throttle_settings {
burst_limit = 100
rate_limit = 50
}
}

resource "aws_api_gateway_api_key" "this" {
Expand Down

0 comments on commit 053205f

Please sign in to comment.