- JavaScript Cloud Native Development Cookbook
- John Gilbert
- 179字
- 2021-07-16 18:03:22
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 first thing to note is that we must define runtime: nodejs8.10 in the serverless.yml file."
A block of code is set as follows:
module.exports.hello = (event, context, callback) => {
console.log('event: %j', event);
console.log('env: %j', process.env);
callback(null, 'success');
};
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
service: cncb-create-function
...
functions:
hello:
handler: handler.hello
Any command-line input or output is written as follows:
$ npm run dp:lcl -- -s $MY_STAGE
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 Monitors | New Monitor | Event"
- 室內(nèi)分布系統(tǒng)規(guī)劃與設(shè)計:GSM/TD-SCDMA/TD-LTE/WLAN
- 5G商用:打造高速智能應(yīng)用場景
- 5G 空口特性與關(guān)鍵技術(shù)
- iOS游戲框架Sprite Kit技術(shù)詳解
- iTunes玩全不求人
- 衛(wèi)星通信技術(shù)
- 光波分復(fù)用系統(tǒng)與維護(hù)
- 通信那些事兒(上冊)
- 通信員指導(dǎo)手冊
- 電子電路分析制作與調(diào)試
- LED制造技術(shù)與應(yīng)用
- 寬帶無線通信中的DigRF分析與設(shè)計
- 5G高頻系統(tǒng)關(guān)鍵技術(shù)及設(shè)計
- 多媒體通信
- IT支撐系統(tǒng)與關(guān)鍵技術(shù)