About 258 results
Open links in new tab
  1. This whitepaper highlights the best practices for migrating these workloads from an RDBMS to DynamoDB. It also discusses how NoSQL databases like DynamoDB differ from a traditional …

  2. This paper compares two popular NoSQL data stores—Amazon DynamoDB, a fully managed NoSQL cloud database service, and Apache HBase, an open-source, column-oriented, …

  3. It explains how to implement a client-side shim that adds read-through caching to DynamoDB calls without requiring significant code modification in the application.

  4. This guide presents a data modeling process for using DynamoDB that provides functional requirements, performance, and effective costs. The guide is for database engineers who are …

  5. This guide explains how to program with Amazon DynamoDB and the AWS SDKs, as well as error handling. You can run the code examples on either the downloadable version of …

  6. Amazon DynamoDB provides low-level API actions for managing database tables and indexes, and for creating, reading, updating and deleting data. DynamoDB also provides API actions for …

  7. DynamoDB global tables have very few controls but still require careful consideration. You must determine your write mode, routing model, and evacuation processes.

  8. Lambda can process data streams from sources like Amazon Kinesis or Amazon DynamoDB, allowing for efficient, serverless data transformations, filtering, and analytics without managing …

  9. Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale. It's a fully managed, multiregional, multimaster, durable database …

  10. Because it was specifically designed for applications that use Amazon DynamoDB, the DynamoDB Encryption Client enables users to protect their table data before it is sent to the …