⪼ Made with 💜 by Polyglot.
- Table (stores items)
- Item (record)
- Partition Key (
@PK) - Sort Key (
@SK)
- Simple Primary Key (
== @PK) - Composite Primary Key (
== @PK + @SK)
- Attributes (columns: can differ per item and no need to define up front)
- SessionId (PK)
- Username (Attribute)
- CreatedAt (Attribute)
- ExpiresAt (Attribute)
- HTTPS with AWS IAM for authentication (as opposed to a persistent connection such as with most relational databases)
- NoSQL