Skip to Content
Hands-On Serverless Computing
book

Hands-On Serverless Computing

by Kuldeep Chowhan
July 2018
Intermediate to advanced
350 pages
8h 47m
English
Packt Publishing
Content preview from Hands-On Serverless Computing

Types of Google Cloud Functions

Google Cloud Functions support two types of function:

  • HTTP Functions: HTTP Functions will let you invoke your Google Cloud Function using standard HTTP(s) requests. These requests wait for the HTTP response and they support common HTTP request methods such as PUT, GET, DELETE and POST. Google Cloud Functions automatically provisions a TLS certificate, which lets you invoke your HTTP Google Cloud Functions using a secure connection. To allow seamless integration with HTTP requests, HTTP-based Google Cloud Functions allows HTTP semantics such as request and response objects. These request and response objects have the same properties as the Express.js (https://expressjs.com/) Node.js framework.

An example ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn AWS Serverless Computing

Learn AWS Serverless Computing

Scott Patterson
Erlang and OTP in Action

Erlang and OTP in Action

Eric Merritt, Richard Carlsson, Martin Logan

Publisher Resources

ISBN: 9781788836654Supplemental Content