Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 676 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 676 Bytes

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