A simple AWS Lambda with pytest, coverage and mockito
How to install
pip install -r requirements/local.txt
How to run test
py.test
How to run test with coverage
py.test --cov=basicLambda tests
How to build zip
make
useful link
https://mockito-python.readthedocs.io/en/latest/walk-through.html