- Hands-On Serverless Computing
- Kuldeep Chowhan
- 155字
- 2021-08-05 10:35:27
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The actual event data is available within the data property of the event object."
A block of code is set as follows:
function handleGET(req, res) { res.status(200).send('Hello from HTTP Google Cloud Function!'); } function handlePUT(req, res) { res.status(403).send("Forbidden, you don't have access"); }
Any command-line input or output is written as follows:
curl -X POST https://<YOUR_REGION>-<YOUR_PROJECT_ID>.cloudfunctions.net/<FUNCTION_NAME> -H "Content-Type:application/json" --data '{"name":"Kuldeep"}'
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example:
"Select the trigger type as Cloud Pub/Sub topic."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- GNU-Linux Rapid Embedded Programming
- 基于C語言的程序設計
- 數據展現的藝術
- Canvas LMS Course Design
- Hands-On Neural Networks with Keras
- 模型制作
- AutoCAD 2012中文版繪圖設計高手速成
- Enterprise PowerShell Scripting Bootcamp
- 基于Xilinx ISE的FPAG/CPLD設計與應用
- 機床電氣控制與PLC
- 基于Proteus的PIC單片機C語言程序設計與仿真
- 精通ROS機器人編程(原書第2版)
- Moodle 2.0 Course Conversion(Second Edition)
- Eclipse全程指南
- ARM嵌入式系統開發完全入門與主流實踐