Pubsub2Inbox- PubSub to Email/Webhook/GCS

Pubsub2Inbox is a generic tool to handle input from Pub/Sub messages and turn them into email, webhooks or GCS objects. It’s based on an extendable framework consisting of input and output processors. Input processors can enrich the incoming messages with details (for example, fetching the budget from Cloud Billing Budgets API). Multiple output processors can be chained together. Pubsub2Inbox is written in Python 3 and can be deployed as a Cloud Function easily....

February 14, 2021 · 1 min · GCP Tools