Hello,
Im currently building a backend with multiple microservices. Each microservice is its own App Engine Service. I wanted to add API-Gateway from GCP, but Im unsure how to use it. I want to use it to have a single entry API and also security features.
How do I use it for multiple services where each service has its own endpoints ? Do I have to create a single open-api.yaml containing all endpoints from all services ? Or is there a way to add multiple configs to a single API-Gateway ?
Hi @dev-kevinrump,
You need to config all services with all endpoints for each service.
Thanks