Difference between AWS DynamoDB vs. AWS DocumentDB(Newly launched service)? [closed]

A major difference is that DocumentDB is a middle step between MongoDB and DynamoDB. DynamoDB is a fully managed scalable service where you set the upper limit of it’s potential. DocumentDB is a bit more hands on and you have to select the number of instances for the cluster and the instance sizes. This means … Read more