How to truncate dynamodb DB table via cli?
DynamoDB tables can be truncated via AWS console, but I'd like to do this in a script. All the answers I saw on S.O. regarding this topic involved 'scans' and similar stuff that I didn't completely understand. I'm wondering if…