The Cloud Code functionality is incredibly useful as it simplifies communication without exposing API endpoints. However, this capability seems to be limited to Client-to-Server interactions.
We will like to use Parse throughout in a microservice environment, we aim to maintain a clean architecture and avoid exposing unnecessary APIs. Ideally, I’d like to call a Cloud Code function hosted on Parse Server A from Parse Server B, enabling Server-to-Server communication.
Is there any way to adapt or tweak Parse Server to support this kind of interaction?