← Back to context

Comment by icedchai

2 days 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.

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.