Update all items in dynamodb programatically

Recently I have been doing a lot of things with AWS.  Today I want to add new attributes and set default value to my Dynamodb Table, but don’t really find the way to do with AWS Cli.

Instead, I wrote up a python script for that.  Quite straight forward.