tree: c6de27d77ba1f15e92bacbdbc8dd08866388bbc5 [path history] [tgz]
  1. go.mod
  2. go.sum
  3. README.md
  4. sendwikidiff.go
  5. sendwikidiff_test.go
cloudfns/sendwikidiff/README.md

Go Reference

golang.org/x/build/cloudfns/sendwikidiff

Package sendwikidiff implements a Google Cloud background function that reacts to a pubsub message containing a GitHub webhook change payload.

Deploying

gcloud functions deploy HandleWikiChangePubSub \
  --project=symbolic-datum-552 \
  --runtime go113 \
  --trigger-topic github.webhooks.golang.go.wiki \
  --memory 1024 \
  --set-env-vars=SENDGRID_API_KEY=<SENDGRID_API_KEY>