In an external system, I plan to invoke an HTTP GET request.
I would like the HTTP GET request to be routed through a Python function on it's way to/from AGOL.
Steps:
- Invoke the HTTP GET request from the external system.
- A Python function would process the HTTP GET request, and it would send a subsequent HTTP GET request to AGOL.
- AGOL would receive the request and return a response to the Python function.
- The Python function would process the AGOL response and send a response of its own to the external system.
Question:
Is there a mechanism in AGOL (or ArcGIS Hub) where the Python function could be stored/accessed via HTTP?