Problem Statement
Which service allows you to execute code in response to events without managing servers?
Explanation
Cloud Functions is GCP’s serverless compute service.
You can run short pieces of code triggered by HTTP requests, storage changes, or Pub/Sub messages.
Practice Sets
This question appears in the following practice sets: