Building serverless apps with Workflows and Connectors

By Google Cloud Blog - 2021-02-27

Description

Learn how to build powerful serverless applications using these common architectural patterns that are now possible with Workflows and Connectors.

Summary

  • 3 common serverless patterns to build with Workflows Try GCP In January 2021, our Workflows orchestration and automation service reached General Availability.
  • With only a few steps, the workflow above becomes a reliable serverless application with full tracking of execution history.
  • Iterating through an array of database records In this example, the application needs to check customer records once a day, and send email reminders to customers with overdue invoices.
  • The workflow then iterates through this set and sends an email reminder about the pending payment to each customer, using an external Email API like SendGrid.

 

Topics

  1. Backend (0.33)
  2. Frontend (0.14)
  3. UX (0.11)

Similar Articles