garysassano / cdktf-gcp-cron-function

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:TypeScript 94.5%Language:JavaScript 5.5%