DynamoDB is a key:value store of the NoSQL family developed and offered by Amazon as part of AWS. It focuses on high performance throughput vs functionality. I started to work with DynamoDB 3 month ago. It is lean enough to be easily mastered and I started answering more and more advanced questions from my colleagues and then from SO people. DynamoDB is NOT NoSQL Database DynamoDB belongs to the huge family of NoSQL. But NoSQL does not define what it is. It defines what it is not not. Dynamo...