Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carlosmedina-io/25259a4bb58cbb1e9302dc1a71ec296d to your computer and use it in GitHub Desktop.
Save carlosmedina-io/25259a4bb58cbb1e9302dc1a71ec296d to your computer and use it in GitHub Desktop.
Install external python dependency modules, in Mac OS, in order they can work when deploy lambda function in AWS
pip install \
--platform manylinux2014_x86_64 \
--target=. --implementation=cp \
--python-version 3.11 \
--only-binary=:all: \
--upgrade\
pyjwt[crypto]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment