Skip to content

Commit 144f4f0

Browse files
authored
Merge pull request #1 from matt-land/bugfix/includeBoto
Include SDK for Boto again
2 parents f48f66c + ad29fbe commit 144f4f0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

deploylambda/deploylambda.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ def create_venv_zip(function_name, path, extra_path=''):
6262
dirs.remove('.git')
6363

6464
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
65+
if root.startswith('./psycopg2') and 'aws' not in subpath: #psycopg2 from aws folder
6866
continue
6967
if file == '.DS_Store':
7068
continue

0 commit comments

Comments
 (0)