Keep getting this 429 error when trying to deploy aws api gateway models documentation. If I remove the models, the deployment is successful. If I add the models (46 total), I always get the error :(
Is there a way to configure serverless or the documentation plugin to handle this? Maybe there is a limit I can increase in AWS?
Versions:
Operating System: darwin
Node Version: 14.4.0
Framework Version: 2.51.0 (local)
Plugin Version: 5.4.3
SDK Version: 4.2.3
Components Version: 3.13.2
serverless-aws-apigateway-documentation: 1.1.7
Stacktrace:
Serverless Error ----------------------------------------
ServerlessError: An error occurred: UsersNotesResponseModel - Resource handler returned message: "Too Many Requests (Service: ApiGateway, Status Code: 429, Request ID: <omitted>, Extended Request ID: null)" (RequestToken: <omitted>, HandlerErrorCode: InternalFailure).
at ../node_modules/serverless/lib/plugins/aws/lib/monitorStack.js:129:23
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async AwsDeploy.update (../node_modules/serverless/lib/plugins/aws/lib/updateStack.js:144:5)
Keep getting this 429 error when trying to deploy aws api gateway models documentation. If I remove the models, the deployment is successful. If I add the models (46 total), I always get the error :(
Is there a way to configure serverless or the documentation plugin to handle this? Maybe there is a limit I can increase in AWS?
Versions:
Stacktrace: