AWS + LAMBDA + PYTHON + BEAUTIFUL SOUP!!
OH EM GEE THIS IS THE BEST DAY!!
- Get excited
- Get even more excited because all of our problems are solved!! UP NEXT, WORLD HUNGER!!
- Go to docs here and go to
With a Virtual Environment
python3 -m venv v-env
source v-env/bin/activate
pip install LIBRARIES
deactivate
cd v-env/lib/python3.7/site-packages
zip -r9 ${OLDPWD}/function.zip .
cd $OLDPWD
RESOURCES http from lambda