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 Answer
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
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions