Closed gusdecool closed 7 months ago
Looks like the custom domain explained in docs only works if we use API gateway v1 (REST API). But the API gateway by default in bref is API gateway v2 (HTTP API).
The HTTP API and AWS ACM can't be used together and causing confusion.
Issue fixed. Found out to be able to list the domain in AWS. The ACM (certificate manager) must be in the same region with the API gateway.
Looks like the custom domain explained in docs only works if we use API gateway v1 (REST API). But the API gateway by default in bref is API gateway v2 (HTTP API).
The HTTP API and AWS ACM can't be used together and causing confusion.