AWS Documentation for Creating a Layer on a AWS Lamda: [ Ссылка ]
Terminal Steps:
mkdir python
cd python
pip3 install [library-name-here] -t .
cd ..
zip -r python.zip python
Ещё видео!
AWS Documentation for Creating a Layer on a AWS Lamda: [ Ссылка ]
Terminal Steps:
mkdir python
cd python
pip3 install [library-name-here] -t .
cd ..
zip -r python.zip python