Backup, Restore, and More
As modern applications grow in complexity, they require more than just basic data access functionality. Supplementary features around backup and restore, cross-region local data reads and writes, streaming change data capture, in-memory caching, and complex analytics among others become essential for delivering scalable and performant applications. In the final set of chapters in this book, we will explore these additional features and functionalities of Amazon DynamoDB.
Throughout the next six chapters, you will learn about the features and functionalities of DynamoDB that extend beyond standard data create, read, update, and delete (CRUD). You will understand the overall ecosystem of the service and how these fully managed native functionalities can eliminate the undifferentiated heavy lifting that may be needed to perform these tasks manually. By the end of this part, you will be able to take full advantage of the power and capabilities of DynamoDB and...