July 2018
Intermediate to advanced
350 pages
8h 47m
English
Amazon DynamoDB is a fast NoSQL database for all applications that are looking for single-digit millisecond latency at scale. It is a fully managed cloud database provided by AWS. You can learn more about it at https://aws.amazon.com/dynamodb/. With DynamoDB in place, you can store data in the database and retrieve data from the database when searching for hotels to book them. We will look at the AWS SAM template to create this table as well, later in the chapter.
Combining all these resources that we talked about so far, let's look at a reference architecture for searching the hotels and adding requests to cart for the hotel travel website. For both use cases, we will be using the same type of resources:
Read now
Unlock full access