AWS + LAMBDA + PYTHON + BEAUTIFUL SOUP!!

less than 1 minute read

OH EM GEE THIS IS THE BEST DAY!!

  1. Get excited
  2. Get even more excited because all of our problems are solved!! UP NEXT, WORLD HUNGER!!
  3. 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

payload lambda

Updated: