Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit 5b5b9fa

Browse files
authored
Update http-api-throttling.md
Presumably this was supposed to say that route throttling limits cannot exceed the account-level limits.
1 parent fa38230 commit 5b5b9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/http-api-throttling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Per\-account limits are applied to all APIs in an account in a specified Region\
1818

1919
### Route\-level throttling<a name="http-api-protect-throttling-route"></a>
2020

21-
You can set route\-level throttling to override the account\-level request throttling limits for a specific stage or for individual routes in your API\. The default route throttling limits can' exceed account\-level rate limits\.
21+
You can set route\-level throttling to override the account\-level request throttling limits for a specific stage or for individual routes in your API\. The default route throttling limits can't exceed account\-level rate limits\.
2222

2323
You can configure route\-level throttling by using the AWS CLI\. The following command configures custom throttling for the specified stage and route of an API\.
2424

@@ -27,4 +27,4 @@ aws apigatewayv2 update-stage \
2727
--api-id a1b2c3d4 \
2828
--stage-name dev \
2929
--route-settings '{"GET /pets":{"ThrottlingBurstLimit":100,"ThrottlingRateLimit":2000}}'
30-
```
30+
```

0 commit comments

Comments
 (0)