We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f48f66c + ad29fbe commit 144f4f0Copy full SHA for 144f4f0
1 file changed
deploylambda/deploylambda.py
@@ -62,9 +62,7 @@ def create_venv_zip(function_name, path, extra_path=''):
62
dirs.remove('.git')
63
64
for file in files:
65
- if root.startswith('./boto'): #for free on aws
66
- continue
67
- if root.startswith('./psycopg2') and 'aws' not in subpath: #psycopg2 from aws folder
+ if root.startswith('./psycopg2') and 'aws' not in subpath: #psycopg2 from aws folder
68
continue
69
if file == '.DS_Store':
70
0 commit comments