Failed To Find CloudFormation Resources For Domain
See original GitHub issueBug Report
Description
Works With Serverless Framework Version: 1.61.1
Errors With Serverless Framework Version: 1.61.2
and 1.62.3
Error: Failed to find CloudFormation resources for example.domain.com at ServerlessCustomDomain.<anonymous> (/builds/build/node_modules/serverless-domain-manager/dist/index.js:558:23)
Similar or dependent issues:
- https://github.com/amplify-education/serverless-domain-manager/issues/306
- https://github.com/serverless/serverless/issues/7225
This still seems to be an issue even when using the latest version serverless-domain-manager@3.3.1
after they merged in the changes to fix the issue. Maybe there is another issue that hasn’t been identified yet? https://github.com/amplify-education/serverless-domain-manager/pull/307
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Error: Failed to find CloudFormation resources for <domain ...
We query the CloudFormation stack to find the ApiGatewayRestApi resource. From what I gather, serverless-nested-stack modifies the CloudFormation stack so the ...
Read more >serverless-domain-manager Error: Failed to find a stack
Clearly the stack exists, but serverless domain manager can't find it. Can I not use custom domain via serverless-domain-manager with HTTP api??
Read more >Error creating custom domain - Serverless Forums
Error : Error: Unable to setup base domain mappings for 'staging-tracking.domain.com': Failed to find CloudFormation resources for ...
Read more >Troubleshooting CloudFormation - AWS Documentation
If AWS CloudFormation fails to create, update, or delete your stack, you can view error messages or logs ... Verify that you didn't...
Read more >serverless-domain-manager - npm
Serverless plugin for managing custom domains with API Gateways.. Latest version: 6.2.1, last published: a month ago.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello, we’re having this issue when using:
1.66.0
3.3.1
And an a websocket API gateway. Is this supported? It seems that the plugin only looks for REST API Gateway.
Thank you.
I can confirm that the updates you made in the latest release of
serverless-domain-manager
did fix this issue. 🎉