Skip to content

Commit 3e7b98c

Browse files
Say which local files are being bundled.
If you see, for example, "Bundling: 'all_my_ec2_keys.txt'", perhaps a Ctrl+\ is in order.
1 parent e0ced67 commit 3e7b98c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws_lambda/aws_lambda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def build(src, requirements=False, local_package=None):
195195
continue
196196
if filename == 'config.yaml':
197197
continue
198+
print("Bundling: %r" % filename)
198199
files.append(os.path.join(src, filename))
199200

200201
# "cd" into `temp_path` directory.

0 commit comments

Comments
 (0)