官术网_书友最值得收藏!

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The describe-log-groups command will list all the log groups that are prefixed with /aws/lambda. "

A block of code is set as follows:

exports.myHandler = function(event, context, callback) {
console.log("value = " + event.key);
console.log("functionName = ", context.functionName);
callback(null, "Yippee! Something worked!");
};

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

exports.myHandler = (event, context, callback) => { 
console.log('remaining time =', context.getRemainingTimeInMillis());
console.log('functionName =', context.functionName);
console.log('AWSrequestID =', context.awsRequestId);
console.log('logGroupName =', context.logGroupName);
console.log('logStreamName =', context.logStreamName);

Any command-line input or output is written as follows:

# aws lambda list-functions 

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "In the Review page, select the Create function option."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 洛隆县| 恭城| 遵化市| 永安市| 陆良县| 邵阳县| 秀山| 丹阳市| 长宁县| 那坡县| 安多县| 桦川县| 汕尾市| 淳化县| 武邑县| 百色市| 车险| 宜章县| 乃东县| 禄丰县| 宁城县| 碌曲县| 南华县| 孝义市| 阿克陶县| 江北区| 大渡口区| 乐昌市| 张家川| 龙岩市| 仙游县| 江都市| 搜索| 华蓥市| 东山县| 怀远县| 习水县| 宕昌县| 盐亭县| 新乐市| 玉林市|