- DevOps for Serverless Applications
- Shashikant Bangera
- 168字
- 2021-07-16 17:35:29
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: "In the statement, we pass the parameter to the CLI and the stage value is populated in the serverless.yml file."
A block of code is set as follows:
# serverless.yml
service: myService
provider:
name: aws
runtime: nodejs6.10
memorySize: 512 # will be inherited by all functions
Any command-line input or output is written as follows:
$ pip install zappa
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: "Click on Users on the left-hand sidebar, then click on the Add User button and add the username adm-serverless."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- pcDuino開發實戰
- 網絡操作系統:Windows Server 2003管理與應用
- 白話區塊鏈
- Installing and Configuring Windows 10:70-698 Exam Guide
- Linux操作系統應用編程
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- Joomla! 3 Template Essentials
- 寫給架構師的Linux實踐:設計并實現基于Linux的IT解決方案
- Vim 8文本處理實戰
- iOS 10 開發指南
- Zabbix監控系統之深度解析和實踐
- VMware Horizon Mirage Essentials
- Linux操作系統案例教程(第2版)
- openEuler操作系統核心技術與行業應用實踐
- Android Telephony原理解析與開發指南