Book Image

Hands-On Serverless Computing

By : Kuldeep Chowhan
Book Image

Hands-On Serverless Computing

By: Kuldeep Chowhan

Overview of this book

Serverless applications and architectures are gaining momentum and are increasingly being used by companies of all sizes. Serverless software takes care of many problems that developers face when running systems and servers, such as fault tolerance, centralized logging, horizontal scalability, and deployments. You will learn how to harness serverless technology to rapidly reduce production time and minimize your costs, while still having the freedom to customize your code, without hindering functionality. Upon finishing the book, you will have the knowledge and resources to build your own serverless application hosted in AWS, Microsoft Azure, or Google Cloud Platform, and will have experienced the benefits of event-driven technology for yourself. This hands-on guide dives into the basis of serverless architectures and how to build them using Node.js as a programming language, Visual Studio Code for code editing, and Postman for quickly and securely developing applications without the hassle of configuring and maintaining infrastructure on three public cloud platforms.
Table of Contents (16 chapters)

Your first serverless app (using the Google Cloud Console)

In this section, we will learn about creating a Google Cloud Function through the Google Cloud Console. We will explore some of the settings that are associated with Google Cloud Functions. We will also learn about creating two types of Google Cloud Functions, HTTP and Background, through the Google Cloud Console. We will learn about how to test Google Functions through the Console. We will also learn how to look at logs for the Google Cloud Functions.

Let's look at accessing the Google Cloud Function Console.

You can navigate to the Google Cloud Function Console by performing the following steps:

  1. Open the Navigation menu in the Google Cloud Console.
  2. Select Cloud Functions under Compute within the Navigation Menu.
  3. If you are accessing Google Cloud Functions for the first time, then the Google Cloud Console will...