Autosave: 2024-06-10 07:30:04

This commit is contained in:
thomasabishop 2024-06-10 07:30:04 +01:00
parent edb559c0e1
commit 2e02cac4b1
2 changed files with 11 additions and 3 deletions

Binary file not shown.

View file

@ -1,12 +1,20 @@
--- ---
id: xowl id: xowl
title: DynamoDB title: DynamoDB
tags: [] tags: [AWS]
created: Sunday, June 09, 2024 created: Sunday, June 09, 2024
--- ---
# DynamoDB # DynamoDB
## Related notes ## Data structure
Here is some info Data is stored as a table of key-value pairs. This doesn't mean there are single
values corresponding to each key. There can be multiple columns for each key and
the key itself is also a column.
DynamoDB is "NoSQL" because it does not support
## Usage
## Related notes