code-dumps/lambda/dns-query/README.md

6 lines
114 B
Markdown
Raw Normal View History

2023-03-29 13:58:52 +08:00
# Steps to create a lambda python package
pip install dnspython -t ./
touch lambda_function.py
zip -r dist.zip .