This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Description
Describe the bug
I'm attempting to use my own domain which is managed by Cloudflare. I'm able to set this up manually by:
- Deploying the app without a
domain in the config
- Creating a CNAME record (in Cloudflare) pointing to the app's
xxx.cloudfront.net endpoint
- Creating and validating a certificate in ACM for
batch.songwhip.com
- Changing the Cloudfront's domain/CNAME to accept request from my custom domain (batch.songwhip.com)

But using the domain config in serverless.yml always fails with:
Error: Domain songwhip.com was not found in your AWS account. Please purchase it from Route53 first then try again.
Questions
- Does this plugin only support domains registered/managed by Route53?
- If so are there any workarounds you can think of?