Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 790 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 790 Bytes

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