code-dumps/lambda/dns-query
2024-10-24 23:09:21 +08:00
..
dnspython-2.3.0.dist-info HistoryPurge: Clearing 219 old commits 2024-10-24 23:09:21 +08:00
lambda_function.py HistoryPurge: Clearing 219 old commits 2024-10-24 23:09:21 +08:00
README.md HistoryPurge: Clearing 219 old commits 2024-10-24 23:09:21 +08:00

Steps to create a lambda python package

pip install dnspython -t ./ touch lambda_function.py zip -r dist.zip .