The DynamoDB Book

Table of Contents

The DynamoDB Book

  1. what-is-dynamodb
  2. core-concepts-in-dynamodb
  3. advanced-concepts
  4. the-three-api-action-types
  5. using-the-dynamodb-api
  6. expressions
  7. how-to-approach-data-modeling-in-dynamodb
  8. the-what-why-and-when-of-single-table-design-in-dynamodb
  9. from-modeling-to-implementation
  10. the-importance-of-strategies
  11. strategies-for-one-to-many-relationships
  12. strategies-for-many-to-many-relationships
  13. strategies-for-filtering
  14. strategies-for-sorting
  15. strategies-for-migrations
  16. additional-strategies
  17. data-modeling-examples
  18. building-a-session-store
  19. building-an-e-commerce-application
  20. building-big-time-deals
  21. recreating-githubs-backend
  22. handling-migrations-in-our-github-example