This is part of a blog series giving a high level overview of the different services examined on the AWS Solution Architect Associate exam. This blog covers AWS Databases
When setting up a database such as DynamoDB it is important to choose a region that is closest to where your users are located in order to reduce latency for sending/retrieving data.
DynamoDB is Amazon’s managed NoSQL database service. This blog will be focusing on data retrieval and how it is critical to think about what your data will look like, to make an informed decision about your database design.