brefphp / bref

Serverless PHP on AWS Lambda
https://bref.sh
MIT License
3.17k stars 366 forks source link

Feedback for “Custom domain names” #1782

Closed gusdecool closed 7 months ago

gusdecool commented 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.

gusdecool commented 7 months ago

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.