.. | ||
dnspython-2.3.0.dist-info | ||
lambda_function.py | ||
README.md |
Steps to create a lambda python package
pip install dnspython -t ./ touch lambda_function.py zip -r dist.zip .
.. | ||
dnspython-2.3.0.dist-info | ||
lambda_function.py | ||
README.md |
pip install dnspython -t ./ touch lambda_function.py zip -r dist.zip .