AWS Database Blog
Tag: HAQM Dynamo
Migrate Delimited Files from HAQM S3 to an HAQM DynamoDB NoSQL Table Using AWS Database Migration Service and AWS CloudFormation
July 2023: This post was reviewed for accuracy. Recently, AWS Database Migration Services (AWS DMS) added support for using HAQM S3 as a source for your database migration. This new support means that you can now load data in comma-separated value (CSV) format from S3 into any supported target, whether or not the target has […]
Querying on Multiple Attributes in HAQM DynamoDB
HAQM DynamoDB is a non-relational key/value store database that provides incredible single-digit millisecond response times for reading or writing, and is unbounded by scaling issues. But as in any key/value store, it can be tricky to store data in a way that allows you to retrieve it efficiently. The most efficient method is to fetch […]