Skip to content

Commit

Permalink
Merge pull request #189 from takeshixx/main
Browse files Browse the repository at this point in the history
Fixed typo in default_throttling.md
  • Loading branch information
leandrodamascena authored Nov 23, 2024
2 parents beb9452 + 9da1a32 commit 7733629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/api_gateway/default_throttling.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Amazon API Gateway supports defining default limits for an API to prevent it fro
methodOptions: {
'*/*': {
throttlingBurstLimit: 1000,
throttlingRateLimite: 10,
throttlingRateLimit: 10,
}
}
},
Expand Down Expand Up @@ -250,4 +250,4 @@ Amazon API Gateway supports defining default limits for an API to prevent it fro
## See also

* [Throttle API requests for better throughput](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-request-throttling.html)
* [Throttling requests to your HTTP API](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-throttling.html)
* [Throttling requests to your HTTP API](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-throttling.html)

0 comments on commit 7733629

Please sign in to comment.