From 9da1a32269007a12da5413e381c0a4fbcbfe21b6 Mon Sep 17 00:00:00 2001 From: Niklaus Schiess Date: Mon, 15 Jan 2024 12:26:22 +0100 Subject: [PATCH] Fixed typo in default_throttling.md --- docs/rules/api_gateway/default_throttling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rules/api_gateway/default_throttling.md b/docs/rules/api_gateway/default_throttling.md index 06d5f12..4902161 100644 --- a/docs/rules/api_gateway/default_throttling.md +++ b/docs/rules/api_gateway/default_throttling.md @@ -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, } } }, @@ -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) \ No newline at end of file +* [Throttling requests to your HTTP API](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-throttling.html)