- Echo Service

Let’s construct a basic echo application using google cloud platform's cloud function.

GCP provides a web interface for authoring Cloud Functions. This UI provides options for setting up the triggers for a function, specifying the requirements file for a Python function, and authoring the implementation of the Flask function that serves the request.

Getting started

To start, we’ll set up a simple echo service that reads in a parameter from an HTTP request and returns the passed-in parameter as the result.

Get hands-on with 1200+ tech skills courses.