If you are creating a new function, see the Console Quickstart on Cloud Run. The content on this page only applies to existing legacy functions created with the Cloud Functions v2 API.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The Functions Framework allows you to create lightweight functions that can operate in various environments, such as Cloud Run, Cloud Run functions, local machines, and Knative-based environments."],["It offers a local development server for quick testing and allows function invocation in response to requests."],["The framework automatically handles the unmarshalling of events compliant with the CloudEvents specification."],["It provides portability across different serverless platforms."],["Documentation is available on GitHub for multiple languages, including Node.js, Go, Java, PHP, Python, Ruby, and .NET."]]],[]]