Adjust limit of API Key for API Gateway

0

I cannot find anywhere how i can bump up permanently the quota of a specific API Key i have issues for the API Gateway. Every month i have to artificially grant an extension. Anything i try will not increase the quota of that specific key.

Thank you!

1回答
0

Hello.

How about using the get_usage API and updating the limit with update_usage_plan when the usage rate of API Gateway exceeds a certain value?
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/apigateway/client/get_usage.html
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/apigateway/client/update_usage_plan.html

profile picture
エキスパート
回答済み 2ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ