DynamoDB Import using AWS "Imports"

python -m venv venv
source venv/bin/activate
pip freeze > requirements.txt
pip install -r requirements.txt