我找不到关于如何将GCF与Google Cloud Endpoint连接起来的文档。据我所知,Google Cloud Endpoint可以配置为访问内部云资源。也不清楚如何将负载均衡器与Endpoint服务一起使用。
在Building Scalable Web Apps with Cloud Datastore article中,它指示您应该能够配置从云端点到云函数的直接连接。没有迹象表明您需要在它们之间使用任何计算引擎或其他基础设施。是否有关于如何将云端点连接到云函数的文档或教程?有人成功地将这两个服务连接起来了吗?
发布于 2017-06-27 08:21:19
目前,没有办法将GCF与Endpoint连接起来。真对不起!
发布于 2017-08-11 18:17:02
Google Cloud Endpoint和Google Cloud Functions以及AWS API Gateway和AWS lambda对并不相同。
Google Cloud Endpoint监控您现有的API分析,并通过API凭据限制其使用。
因此,要链接您的Google Cloud Endpoint和Google Cloud Functions,您必须使用Google App Engine或Google Compute Engine来连接它们。
https://stackoverflow.com/questions/44763173
复制相似问题