Accessing information from providers

I have a scenario for developing my own serverless plugin, but I’m running into a few questions. My (very simplified) scenario is that I want to integrate a Backend platform. A user can deploy functions, and in the end, I need all of those urls of all of those functions, and will deploy that list of urls to my backend platform.

  • How can I access the urls of the deployed functions (on either AWS or Webtask for example)?

Or maybe I’m approaching this completely the wrong way. Looking forward to feedback!