UNPKG

cloudflare-security-events

Version:

Deliver Cloudflare logs to Google Cloud Security Command Center

6 lines (5 loc) 549 B
--- # Functions funcs: bqscc: gcloud beta functions deploy bqscc --trigger-event=google.storage.object.finalize --trigger-resource=BUCKET_NAME --env-vars-file='./.env.yml' --region=us-central1 --memory=2048MB --runtime=nodejs8 --service-account=PROJECT_ID@appspot.gserviceaccount.com gcsbq: gcloud beta functions deploy gcsbq --trigger-event=google.storage.object.finalize --trigger-resource=BUCKET_NAME --env-vars-file='./.env.yml' --region=us-central1 --memory=2048MB --runtime=nodejs8 --service-account=PROJECT_ID@appspot.gserviceaccount.com