114 B
114 B
Steps to create a lambda python package
pip install dnspython -t ./ touch lambda_function.py zip -r dist.zip .
pip install dnspython -t ./ touch lambda_function.py zip -r dist.zip .