Lets say that I have a bunch of backend services some exposing a bunch of REST APIs, some exposing a bunch of gRPC APIs, and then I need to be able to rapidly define new higher-level API, where one external inbound API call is first gated, then routed to one or more backend service APIs (REST or gRPC), while potentially performing some transformations to the parameters/data passed between multiple backend APIs, and to compute the response based on some business-logic, which is then replied back to the invoker of the external API as reponse.
Is this (requirement described above) something that Tyk suite of offerings could help with ?
What all from the Tyk suite might be useful and how ?
PS> I am not an active developer, but a Product Manager, so asking at a high-level.