Hacker News new | ask | show | jobs
by kumarvvr 1439 days ago
> Designing application specifically for DynamoDB will take _a lot_ of time and effort

Disagree with this. Your team could think of it as a document database, and you can have utility libraries that filter and sort based on PK / SK combinations to provide a seamless experience.

1 comments

If you want your DynamoDB table to scale well you'll have to put in a lot of upfront effort.