Posted on October 30, 2018
Using SQL to query DynamoDB with Data Pipelines and s3
DynamoDB allows some basic querying out of the box based on the primary key and global secondary indexes. It also allows scanning with filters. Other than that, the functionality is pretty limited. There is some setup required, but… Read More