Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Example Google Cloud function to handle Tidelift webhooks

License

Notifications You must be signed in to change notification settings

tidelift/tidelift-webhook-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Tidelift Webhook Receiver

This is the Hello World of receivers for Tidelift webhooks. It is built to run as a Google Cloud function, receive a webhook, validate the signature, and log the event type. Real usage would also then involve looking at the event type and doing something as a result.

To use this, you'll need to create a Cloud Function similar to the example in the Google Cloud documentation and set an environment variable for your function named TIDELIFT_SIGNING_SECRET which is set to the signing secret for your webhook.

About

Example Google Cloud function to handle Tidelift webhooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published