Skip to main content
GCP Cloud Functions is a serverless execution environment for running single-purpose, event-driven functions. Trigger it from a Paradime Bolt schedule with the Paradime CLI, so it runs as part of your pipeline.

What you can do

  • Invoke one or more Cloud Functions by name
  • Pass a JSON payload to each function

Prerequisites

  • A service account with permission to invoke the target functions (Cloud Functions Invoker).

Set up

Paradime authenticates to GCP with a service account key. Set them as Bolt schedule environment variables:

Trigger from Bolt

Add the Invoke GCP Cloud Function command to a schedule. For the full command reference, flags, and examples, see the GCP Cloud Function CLI.