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 Antwort
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
EXPERTE
beantwortet vor 2 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen