Lantern Serverless Tools
pip install lantern-sl==1.1.31
This set of classes and utils are intended for an easy implementantion of solutions using Serverless Framework It's really important to handle library versions properly, because we don't wanna break apps with any new change.
$ pip install lantern-sl
Usefull commands:
sudo python setup develop
: Will install a local version of this source code, any change in the source code will be reflected locally
tox
: Will run test cases in multiple python interpreters
twine
with (pip install twine or apt install twine)~/.pypirc
file with the following content