- Google Cloud Platform Cookbook
- Legorie Rajan PS
- 104字
- 2021-08-27 19:13:25
Hosting an application on Google Cloud Functions
Google Cloud Functions is the serverless compute service that runs our code in response to events. The resources needed to run the code are automatically managed and scaled. At the time of writing this recipe, Google Cloud Functions is in beta. The functions can be written in JavaScript on a Node.js runtime. The functions can be invoked with an HTTP trigger, file events on Cloud Storage buckets, and messages on Cloud Pub/Sub topic.
We'll create a simple calculator using an HTTP trigger that will take the input parameters via the HTTP POST method and provide the result.
推薦閱讀
- Ansible Configuration Management
- 過程控制工程及仿真
- Visualforce Development Cookbook(Second Edition)
- 控制與決策系統(tǒng)仿真
- 計(jì)算機(jī)原理
- 微型計(jì)算機(jī)控制技術(shù)
- 大數(shù)據(jù)技術(shù)入門(第2版)
- 影視后期編輯與合成
- 嵌入式GUI開發(fā)設(shè)計(jì)
- Mastering MongoDB 3.x
- 基于RPA技術(shù)財(cái)務(wù)機(jī)器人的應(yīng)用與研究
- 步步驚“芯”
- 電動(dòng)汽車驅(qū)動(dòng)與控制技術(shù)
- 筆記本電腦維修之電路分析基礎(chǔ)
- Practical AWS Networking