Tags » aws » amazon dynamodb
-
Getting every item from a DynamoDB table with Python
A Python function that generates every item in a DynamoDB table.
-
TIL: DynamoDB: Conditional updates on nested fields
-
Implementing parallel scan in DynamoDB with Scanamo
Prototype code for running a parallel scan against a DynamoDB table, and using Scanamo to serialise rows as Scala case classes.
-
Creating a data store from S3 and DynamoDB
A new storage layer for large records in the Catalogue pipeline.