Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Google Cloud Platform for Developers

You're reading from   Google Cloud Platform for Developers Build highly scalable cloud solutions with the power of Google Cloud Platform

Arrow left icon
Product type Paperback
Published in Jul 2018
Publisher Packt
ISBN-13 9781788837675
Length 506 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Ted Hunter Ted Hunter
Author Profile Icon Ted Hunter
Ted Hunter
Steven Porter Steven Porter
Author Profile Icon Steven Porter
Steven Porter
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Why GCP? FREE CHAPTER 2. The Google Cloud Console 3. APIs, CLIs, IAM, and Billing 4. Google App Engine 5. Google Kubernetes Engine 6. Google Cloud Functions 7. Google Compute Engine 8. NoSQL with Datastore and Bigtable 9. Relational Data with Cloud SQL and Cloud Spanner 10. Google Cloud Storage 11. Stackdriver 12. Change Management 13. GCP Networking for Developers 14. Messaging with Pub/Sub and IoT Core 15. Integrating with Big Data Solutions on GCP 16. Other Books You May Enjoy

Invoking Cloud Functions

Cloud Functions are invoked by external events called triggers. These triggers relate to some external event. When the event occurs, the platform will invoke the function on your behalf. Functions can be divided into two groups based on the type of trigger used to invoke them: HTTP functions and background functions.

HTTP functions

HTTP functions are triggered remotely by performing an HTTP request on a Google provided URL. The invocation URL takes the following naming convention:

https://<REGION>-<PROJECT_ID>.cloudfunctions.net/<FUNCTION_NAME>
While there is currently no direct way to modify HTTP function URLs, there are a number of methods for making functions available behind custom...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime