Cloud Functions¶
Cloud Functions is a lightweight, event-based, asynchronous compute solution
that allows you to create small, single-purpose functions that respond to cloud events without the need to manage a server or a runtime environment.
These functions can be used to construct applications from bite-sized business logic.
Cloud Functions can also be used to connect and extend cloud services. You are billed to the nearest 100 milliseconds, but only while your code is running.