Skip to content

Commit

Permalink
fix issue Netflix#101
Browse files Browse the repository at this point in the history
Netflix#101

wrong marshmallow was installed in the lambda zip file
  • Loading branch information
gdamjan committed May 13, 2020
1 parent 80f3c1b commit 3d3ff38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambda_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
yum install -y python37
python3.7 -m venv /tmp/venv
/tmp/venv/bin/pip install --upgrade pip setuptools
/tmp/venv/bin/pip install -r requirements.txt
/tmp/venv/bin/pip install -e .
cp -r /tmp/venv/lib/python3.7/site-packages/. ./aws_lambda_libs
cp -r /tmp/venv/lib64/python3.7/site-packages/. ./aws_lambda_libs

0 comments on commit 3d3ff38

Please sign in to comment.