- Building Serverless Architectures
- Cagatay Gurturk
- 162字
- 2021-07-02 19:04:41
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: "We can start by adding the next snippet to the build.gradle file."
A block of code is set as follows:
cloudFormation {
capabilityIam true
templateFile project.file('cloudformation.template')
templateBucket deploymentBucketName
templateKeyPrefix "cfn-templates"
stackName "serverlessbook"
}
Any command-line input or output is written as follows:
$ touch cloudformation.template
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 order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter."
- 黑客攻防從入門到精通(實戰(zhàn)秘笈版)
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- Java Web應(yīng)用開發(fā)技術(shù)與案例教程(第2版)
- ASP.NET 3.5程序設(shè)計與項目實踐
- 從零開始學(xué)Linux編程
- JavaScript+jQuery網(wǎng)頁特效設(shè)計任務(wù)驅(qū)動教程
- Learning Nessus for Penetration Testing
- Redmine Cookbook
- PHP從入門到精通(第7版)
- Lync Server Cookbook
- Switching to Angular 2
- 片上系統(tǒng)設(shè)計思想與源代碼分析
- 新手學(xué)Visual C
- Mahout實踐指南
- Android性能優(yōu)化之道:從底層原理到一線實踐