We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Description
Plugin throws "Too Many Requests" on deploy.
Command Run
serverless deploy
Console Output
Warning: V1 - 'api.example.cloud' does not exist. × Stack example failed to deploy (44s) Environment: linux, node 18.19.1, framework 3.38.0 (local), plugin 7.2.0, SDK 4.5.1 Credentials: Local, environment variables Docs: docs.serverless.com Support: forum.serverless.com Bugs: github.com/serverless/serverless/issues Error: Error: Unable to create domain 'api.example.cloud': V1 - Failed to create custom domain 'api.example.cloud': Too Many Requests at ServerlessCustomDomain.<anonymous> (/home/vsts/work/1/s/node_modules/serverless-domain-manager/dist/src/index.js:253:23) at Generator.throw (<anonymous>) at rejected (/home/vsts/work/1/s/node_modules/serverless-domain-manager/dist/src/index.js:6:65) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Domain Manager Configuration
Replace this with your own serverless.yml file (anonymized, of course) to help us better resolve your issue.
serverless.yml
custom: customDomain: http: enabled: true domainName: redacted stage: dev certificateArn: redacted createRoute53Record: true endpointType: regional securityPolicy: tls_1_2 basePath: "http" autoDomain: true rest: enabled: true domainName: redacted stage: dev certificateArn: redacted createRoute53Record: true endpointType: regional securityPolicy: tls_1_2 basePath: "rest" autoDomain: true
Versions
Possible Solution
Respect the qoutas given at https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.html#api-gateway-control-service-limits-table
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Community Note
Bug Report
Error Description
Plugin throws "Too Many Requests" on deploy.
Command Run
serverless deploy
Console Output
Domain Manager Configuration
Replace this with your own
serverless.yml
file (anonymized, of course) to help us better resolve your issue.Versions
Possible Solution
Respect the qoutas given at https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.html#api-gateway-control-service-limits-table
The text was updated successfully, but these errors were encountered: