replicaSet=rs0&readPreference=secondaryPreferred&retryWrites=false')##Specify the database to be useddb = client.sample_database##Specify the collection to be usedcol = db.sample_collection##Insert a single documentcol.insert_one({'hello':'Amazon DocumentDB'})##Find the document that was ...