DynamoDB
Last updated
Was this helpful?
Last updated
Was this helpful?
Each item has a unique primary key and any number of attributes.
Scanning for an item means looking through every item in a table thus it is less efficient than query search.
Table is a collection of items, and each item is a collection of attributes.
- List of resources for learning about modeling, operating, and using Amazon DynamoDB.
- Dead-simple AWS DynamoDB CLI.
- SQL-ish language for DynamoDB.
()
()
()
- Professional GUI Client for DynamoDB.
- Make your rust types fit DynamoDB and visa versa.
- Pythonic interface to Amazon's DynamoDB.
()
- Primer on the DynamoDB NoSQL database.
- DynamoDB Migrations Tool CLI.
- Asynchronous, fast, pythonic DynamoDB Client. ()
- ORM-like query library for DynamoDB.
- DynamoDB CLI written in Rust.
- Enable DynamoDB's time-to-live feature to auto-delete old entries in your AWS Amplify API.
()
- Jest preset to run Dynalite (DynamoDB local) per test runner.
- Access and management for one table designs with NodeJS.
- Allows to run DynamoDB locally for serverless.