Skip to content

CDKTF app that triggers a Cloud Function at a specified regular interval

License

Notifications You must be signed in to change notification settings

garysassano/cdktf-gcp-cron-function

Repository files navigation

cdktf-gcp-cron-function

CDKTF app that triggers a Cloud Function at a specified regular interval.

Prerequisites

  • GCP:
    • Must have authenticated with Application Default Credentials in your local environment.
    • Must have set the GCP_PROJECT_ID and GCP_REGION variables in your local environment.
  • Node.js + npm:

Installation

npx projen install

Deployment

npx projen deploy

Cleanup

npx projen destroy

Architecture Diagram

Architecture Diagram