/private-webhook

Example to show how to invoke a private webhook from a Cloud Function

Primary LanguagePythonApache License 2.0Apache-2.0

How to call a private webhook from a Google Cloud Function

Simple example to show how to invoke a private webhook from a Google Cloud Function. This is valid, for example, to redirect PubSub push messages to a private endpoint in scenarios were having a public endpoint is not valid.

Some interesting documentation & tutorials tu complement this example are:

The steps to create the end to end scenario are:

  1. ...