Is there such an option? My use case would be running a trigger for a production build (deploys to production). Ideally, that trigger doesn\'t need to listen to any change since
If you just want to create a function that you can invoke directly, you have two choices:
The first is the more common approach, as you are effectively creating a web API that any client can call with an HTTP library of their choice.