Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 months ago.
Do I have to sanitize user supplied input before I query DynamoDB or does DynamoDB handle sanitization itself ? (or through it s respective SDKs like through boto3)
As an example, this is possible in MongoDB (also a NoSQL database)
function() { return obj.credits—obj.debits < 0;var date=new Date(); do{curDate = new Date();}while(curDate-date<10000); }
I already found some techniques used here: