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!

jcleong
preguntada hace 2 meses98 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace 2 meses
profile picture
EXPERTO
revisado hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas