X
Innovation

Google alpha-tests cloud events feature

Google's Cloud Functions feature allows changes in developers' cloud environments to trigger other actions.
Written by Steve Ranger, Global News Director
google-cloud-homepage.png

The Google Cloud Platform homepage.

Image: Google

Google is testing out a feature that allows changes in cloud services to automatically trigger other events, making it easier for developers to build richer services.

Google describes Cloud Functions as a "lightweight, event-based, asynchronous" feature that allows developers to create small, single-purpose functions that respond to cloud events, without the need to manage a server or a runtime environment.

Cloud 'events' are things that happen in the developer's cloud environment -- changes to data in a database, files added to a storage system, or a new virtual machine instance being created, for example.

Creating a response to an event starts with 'triggers', which capture events that require action. Cloud Functions are the mechanism for responding to an event, containing the code that executes in response to a trigger in order to process an event.

Cloud Functions are written in JavaScript and execute in a managed Node.js environment on Google Cloud Platform. Events from Google Cloud Storage and Google Cloud Pub/Sub can trigger Cloud Functions asynchronously, or can use HTTP invocation for synchronous execution.

As Forbes points out, this is along the same lines as Amazon's popular Lambda, which also aims to automate these types of tasks for developers to help them build richer services more quickly.

However, Google emphasised the early nature of this release: "This is an Alpha release of Google Cloud Functions. This feature might be changed in backward-incompatible ways and is not recommended for production use." Developers have to request access to the feature.

More on cloud computing

Editorial standards