Skip to content

Commit 74f33d1

Browse files
committed
added logging while config update
1 parent 14dd3eb commit 74f33d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aws_lambda/aws_lambda.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,10 @@ def update_function(cfg, path_to_zip_file,no_update_config=False, *use_s3, **s3_
596596
},
597597
)
598598
if not no_update_config:
599+
print('Updating configuration')
599600
client.update_function_configuration(**kwargs)
601+
else:
602+
print('NOT updating configuration')
600603

601604

602605
def upload_s3(cfg, path_to_zip_file, *use_s3):

0 commit comments

Comments
 (0)