diff --git a/content/roadmaps/101-backend/content/107-nosql-databases/100-document-databases.md b/content/roadmaps/101-backend/content/107-nosql-databases/100-document-databases.md
index abc6621d1..4159b7567 100644
--- a/content/roadmaps/101-backend/content/107-nosql-databases/100-document-databases.md
+++ b/content/roadmaps/101-backend/content/107-nosql-databases/100-document-databases.md
@@ -9,4 +9,13 @@ MongoDB is a source-available cross-platform document-oriented database program.
MongoDB Website
MongoDB Documentation
Learning Path for MongoDB Developers
-MongoDB Online Sandbox
\ No newline at end of file
+MongoDB Online Sandbox
+
+## DynamoDB
+
+DynamoDB is a fully managed proprietary NoSQL database service that supports key–value and document data structures and is offered by Amazon.com as part of the Amazon Web Services portfolio. DynamoDB exposes a similar data model to and derives its name from Dynamo, but has a different underlying implementation.
+
+Free Content
+
+Dynamo DB Docs
+Official Developers Guide