▲ | icedchai a day ago | |
As always, "it depends", but I'd argue DynamoDB has too many constraints and weird limitations: indexes, query language, item (row) sizes. Unless you really know what you're doing I would not suggest it. You'll likely paint yourself into a corner. | ||
▲ | amazingamazing a day ago | parent [-] | |
In practice most of the constraints are pretty sensible though. You just need to think a bit about your query patterns. It’s certainly not for all use cases, though. |