Database Types
DynamoDB Basics
DynamoDB Advanced
RDS with PostgreSQL
Practice
Assignment
Cloud Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- What is DynamoDB — fully managed, serverless NoSQL database
- Why DynamoDB exists: automatic scaling, single-digit millisecond latency, zero ops
- Core concepts: tables, items, attributes
- Primary key: partition key vs composite key (partition key + sort key)
- Access patterns: design the key schema around how you query, not how you store
- Read/write capacity: on-demand vs provisioned (prefer on-demand for learning)
- Practice: create a DynamoDB table, insert items, query by partition key
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.