Siddhesh K
Jun 2, 2023

--

We don't need this structure. Below commands worked fine.

mkdir lambda_layers

cd lambda_layers

mkdir python

cd python

pip install gitpython -t ./

cd .. && zip -r python_modules.zip .

--

--

No responses yet