Have multiple API to be configured using API Gateway. But config file will be larger and more over it is not possible to configure each and every API in API Gateway. Is there any other ways are there for it ?. I am using cloud functions and clouds run endpoints.
Asked
Active
Viewed 286 times
2
-
did you find a solution to this? – Amogh Mishra Aug 09 '22 at 18:00
-
no i didn't found anything upto now – Sowndharya K Aug 11 '22 at 04:12
-
I don't think you can have multiple API config files added in one API Gateway. Either you have multiple API Gateways and route them through a single Load Balancer or combine all the configs into one giant config file which goes into the gateway. – Amogh Mishra Aug 11 '22 at 15:04