Computer Science, asked by siddharthprasad371, 11 months ago

Explain about Google's functions in detail.​

Answers

Answered by Itschocolaty
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 Anonymous
191

\huge{\mathtt{\purple{A}\green{N}\pink{S}\blue{W}\purple{E}\green{R}\pink{!}\blue{!}}}

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