Nullstone capability to trigger a Cloud Run Job from a Pub/Sub Topic
After adding this capability, update your code to use PUBSUB_MESSAGE and PUBSUB_ATTRIBUTES environment variables.
PUBSUB_MESSAGEcontains the raw message payload.PUBSUB_ATTRIBUTEScontains the message attributes.
This capability creates an Eventarc trigger that listens to a Pub/Sub topic. When fired, the trigger executes a GCP Workflow that subsequently executes a Cloud Run Job.