
The mosr helpful about the dynamoDB is we don't need to worried about the connection string as it is the serverless and the beauty is we have GSI and LSI. In DynamoDB it has a feature like stream that is very useful in my couple of project where I can easily monitor operation in DynamoDB. We can also manage the load without any over head by just adding read write throughput. There is another feature that I like most is the Provision and On Demand feature that helps me to decide my read write operation on DB. Review collected by and hosted on G2.com.
When we export large amount of data from DynamoDB, it requires S3 bucket and the data exported format is not in the JSON. There should be a feature that can convert to JSON when we export the data, it should be like in the ION format. Review collected by and hosted on G2.com.