GCP 中的 AWS AppSync 替代方案

AWS AppSync Alternative in GCP

我正在为连接到 Lambda 和 S3 的 API 使用 AWS AppSync (GraphQL)。现在,我们正计划将其迁移到 Google Cloud Platform。有人可以帮助我了解 Google Cloud Platform 中是否有任何 Services/options 提供类似 AWS AppSync 的服务吗?

谢谢。

您可以 运行 Google Could Function 上的无服务器 GraphQL 或 Firebase,这是目前在 GCP 上可用的最接近 AWS AppSync 的东西。