What are the main benefits of using Amazon DynamoDB?

if you need a small, reliable, high performant API that uses a database, you can go serverless with DynamoDB and Lamba.

it would take around 1hr to setup basic infrastracture for the application using the AWS services (if you know how to do it).

From my POV the main benefits of DynamoDB:

  • NoSQL
  • Serverless
  • High-performance
  • Reliability
  • Scalability