Demo of how to mock AWS services using Boto&Moto
pip3 install -r requirements.txt
python3 pip3 --version pip3 install --upgrade virtualenv
virtualenv -p python3 moto_demo
source moto_demo/bin/activate
pytest --html=report.html
report.html
https://www.youtube.com/watch?v=jdey8FvEBM0
pre-commit run --all-files
Please feel free to add changes.