ajlopezn / private-webhook

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. ...

About

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

License:Apache License 2.0


Languages

Language:Python 100.0%