Skip to content

Commit 28916f0

Browse files
committed
calling function with kwargs parameter
1 parent 2e0831a commit 28916f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda/aws_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def deploy(
112112

113113
existing_config = get_function_config(cfg)
114114
if existing_config:
115-
update_function(cfg, path_to_zip_file, existing_config, preserve_vpc)
115+
update_function(cfg, path_to_zip_file, existing_config, preserve_vpc=preserve_vpc)
116116
else:
117117
create_function(cfg, path_to_zip_file)
118118

0 commit comments

Comments
 (0)