Skip to content

Commit

Permalink
remove boto3 and botocore from zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed May 30, 2024
1 parent cde1276 commit 6298c63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-lambda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ echo "cleaning up..."
find . -type d -a -name '*.dist-info' -print0 | xargs -0 rm -rf
find . -type d -a -name '__pycache__' -print0 | xargs -0 rm -rf
find . -type d -a -name 'tests' -print0 | xargs -0 rm -rf
find . -type d -a -name 'boto3' -print0 | xargs -0 rm -rf
find . -type d -a -name 'botocore' -print0 | xargs -0 rm -rf

echo "copying handler..."
cp ../deployment/aws/lambda/handler.py .
Expand Down

0 comments on commit 6298c63

Please sign in to comment.