Cloud Functions

Google Cloud's serverless compute service that runs code in response to events. Like having helpers that automatically spring into action when specific things happen. It is GCP's equivalent of AWS Lambda for event-driven serverless functions.

Example: When users upload photos to Google Storage, Cloud Functions automatically creates thumbnails and metadata.

Category: cloud

Difficulty: intermediate