AWS Lambda Functions

Описание к видео AWS Lambda Functions

This video will provide information on AWS: Lambda Functions.

Q: How to create a layer by zipping the dependencies?
A: Steps:
---------
1. Create a folder or directory(Example: python)
2. Navigate to python folder or directory
3. "pip install MODULE_NAME -t ." Execute this command using your Terminal/ PowerShell
4. Come out of python folder/directory
5. Zip python directory
a. If Windows: Select python directory, right click on mouse/touchpad and choose "compress to ZIP file" option.
b. If Linux: zip -r NAME_OF_THE_ZIP_FILE.zip python

Комментарии

Информация по комментариям в разработке