我借助无服务器框架在Google Cloud Platform上创建了一项新服务。 该服务包含一个提供GC网址的Cloud Function:
https://europe-west3-service-12345.cloudfunctions.net/endpoint
我们想使用我们自己的DNS(例如acme.com)和我们自己的SSL证书,以便我们可以访问:
https://service.acme.com/endpoint
我们的DNS托管区域在AWS Route 53上进行管理。
我试图天真地创建一个CNAME来将service.acme.com
与europe-west3-service-12345.cloudfunctions.net
关联起来,但是当访问https://service.acme.com/endpoint
时它以Google的错误404结尾