Instructor - Chris Biscardi
These notes go along with the Intro to DynamoDB collection from Chris Biscardi.
DynamoDB is a database service provided by Amazon Web Services. Through these lessons, the viewer can expect to learn
- What DynamoDB is
- When you would use DynamoDB
- The vocabulary necessary to understand DynamoDB documentation and discussion
- The foundational knowledge necessary to get started with DynamoDB
- 01 - WTF is DynamoDB?
- 02 - Overview of DynamoDB Tables, Items, Attributes, and types in the AWS console
- 03 - Primary keys vs partition keys and building relationships with sort keys in DynamoDB
- 04 - An Introduction to DynamoDB Global Secondary Indexes (GSIs)
- 05 - WTF are read capacity units (RCU) and write capacity units (WCU) in DynamoDB (Cost $$)
- 06 - Expiring and Archiving Items with Time To Live (TTL) Attributes in DynamoDB
- 07 - An Overview of Low-Level, Mid-Level (Document), and High-Level DynamoDB Clients