Our docs are many... so much so I think they're unhelpful. Let's simplify. Possibly remove the api documentation... I don't think it's helpful. When introducing new users to dynamof we should start with an example where we only use an operation function (like query) to build the boto3 description. Show them the result of that call and what it does, describe that this is the core function of dynamof. Then we can show them the use of the execute and the extra layer it adds.
Our docs are many... so much so I think they're unhelpful. Let's simplify. Possibly remove the api documentation... I don't think it's helpful. When introducing new users to dynamof we should start with an example where we only use an operation function (like
query
) to build the boto3 description. Show them the result of that call and what it does, describe that this is the core function of dynamof. Then we can show them the use of theexecute
and the extra layer it adds.