Created
October 1, 2023 22:03
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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