To get the most out of this book, you should have experience using AWS; knowledge of public cloud architecture patterns; an understanding of Infrastructure as a Service, Platform as a Service, and Software as a Service; experience of developing using a common development language such as Node.js or Python; and you should also have your own AWS account to follow along with the examples.
To get the most out of this book
Download the color images
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: http://www.packtpub.com/sites/default/files/downloads/9781789958355_ColorImages.pdf
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: "Save that file as message_vendor.py, in a folder called python."
A block of code is set as follows:
def hello_handler(event, context):
if not event:
return {
"body": "Hello, world!"
}
Any command-line input or output is written as follows:
docker pull amazonlinux
docker run -it -v ~/Desktop/lolcode-lambda:/root amazonlinux /bin/bash
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Let's click on Integration Request and see what's available."