Conventions used
There are a number of text conventions used throughout this book.
Code in text
: 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: “Set the dataset name to my-dateset1
.”
A block of code is set as follows:
Function: Runtime: nodejs16.x Timeout: 100 Layers: - !Sub "arn:aws:lambda:${AWS::Region}:580247275435:layer: LambdaInsightsExtension:21" TracingConfig: Mode: Active
Any command-line input or output is written as follows:
python sendAPIRequest.py
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “For the next step, let’s go ahead and decrease the table capacity in DynamoDB for both Read Capacity and Write Capacity to 1.”
Tips or important notes
Appear like this.