Script to scrape dynamodb for old territory updates for support remediation.

scanit.py - does a full scan of the dynamo table and outputs some json
filter.jq - run this script with jq. `jq -f filter.jq data_file.json` to organize the dynamo data and prepare some sql queries.

