0

How would one migrate their Google Cloud Endpoints GAE app to Google Api Gateway GAE app?

Also, would you recommend doing so? Api Gateway looks like the new Cloud Endpoints.

Micro
  • 10,303
  • 14
  • 82
  • 120
  • Cloud Endpoints is a user-managed service whereas API Gateway is a fully managed service. The main difference is that API Gateway can route a request to multiple backends, but Cloud Endpoints can route traffic only to a single backend. Depending on your work requirements you can choose any of them. Also check this [answer](https://stackoverflow.com/q/63795473/18265570) and for migration have a look at this [document](https://cloud.google.com/api-gateway/docs/endpoints-apis) – Roopa M Dec 09 '22 at 07:51

0 Answers0