cloud ☁️ function, pub/sub and scheduler
introduction
cloud function
it's a server-less function running on the GCP, which means you don't have to manage VMs or docker containers
use cases 👇
log analysis, trigger the cloud function when ERROR occurs
automated backup, taking a backup of f...
janak.hashnode.dev2 min read