Skip to content

Instantly share code, notes, and snippets.

@allen-munsch
allen-munsch / another-example.md
Last active November 28, 2023 17:35 — forked from JamesChevalier/lambda_function.py
How to install lxml in Amazon Lambda
sudo yum install update
sudo yum groupinstall -y "Development Tools"
sudo yum install -y python-devel libpng-devel freetype-devel gcc72-c++

If you want to use docker, you can use the following command:

 docker run -it lambci/lambda:build-python3.7 bash