Explain about Google's functions in detail.
Answers
Answered by
7
Google Cloud Functions allows small code segments to perform specific, limited tasks, which are typically related to triggering responses to real-world and software-driven events. When an event triggers an associated function, the function is loaded into a provisioned cloud environment and executed.
Answered by
191
Google Cloud Functions is a serverless execution environment for building and connecting cloud services. With Cloud Functions you write simple, single-purpose functions that are attached to events emitted from your cloud infrastructure and services. Your function is triggered when an event being watched is fired.
Similar questions