Cloud Functions

Introduction to the cloud functions.

As the world is moving towards a microservices architecture, event-driven programming is becoming more popular. To support the decoupled and event-driven architecture with Google Cloud services, we have Cloud Functions compute service. Let’s see what are cloud functions.

Introduction

Google Cloud Functions is a lightweight, event-based, asynchronous compute solution that allows you to create small, single-purpose functions that respond to cloud events without the need to manage a server or a runtime environment

Cloud Function will charge you for the resources ...