- Building Serverless Python Web Services with Zappa
- Abdulwahid Abdulhaque Barguzar
- 179字
- 2021-07-16 18:16:05
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Zappa deployment requires the zappa_settings.json file, which generates the zappa init command."
A block of code is set as follows:
client = boto3.client('lambda')
response = client.invoke(
FunctionName='MyFunction',
InvocationType='Event'
)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
$ curl https://quote-api.abdulwahid.info/daily
{"quote": "May the Force be with you.", "author": "Star Wars", "category": "Movies"}
Any command-line input or output is written as follows:
$ pip install awscli
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialogue boxes appear in the text like this. Here is an example: "Click on the Create a function button."
- SEO 20日
- Hands-On Chatbots and Conversational UI Development
- Hands-On Full Stack Development with Spring Boot 2 and React(Second Edition)
- Learning Karaf Cellar
- Web Application Development with R Using Shiny
- JBoss EAP6 High Availability
- 互聯(lián)網(wǎng)安全的40個智慧洞見:2015年中國互聯(lián)網(wǎng)安全大會文集
- 世界互聯(lián)網(wǎng)發(fā)展報告·2019
- 網(wǎng)絡(luò)安全應(yīng)急響應(yīng)技術(shù)實戰(zhàn)
- 局域網(wǎng)組成實踐
- 5G非正交多址接入技術(shù):理論、算法與實現(xiàn)
- 小型局域網(wǎng)組建
- 信息技術(shù)安全評估準(zhǔn)則:源流、方法與實踐
- 走近奇妙的物聯(lián)網(wǎng)
- Python Web Scraping Cookbook