Google Cloud reliability tip: SMS Notifications on Exceptions

Опубликовано: 22 Март 2026
на канале: Vladsave Coding
348
7

In this video we are going to see a simple technique that will greatly improve the reliability of Google Cloud hosted apps.
Every time our app logs an exception we will get an SMS notification on our phone. We are illustrating it on a Python script hosted in Compute Engine but the same technique will work with other Google Cloud products: Kubernetes, Cloud Functions etc

Source code:
https://vladsave.com/?p=244