Skip to content

Commit 484fdd0

Browse files
authored
Merge pull request nficano#73 from slapula/update-runtime
Allowing update_function to update runtime
2 parents 258fb45 + 1f05e6b commit 484fdd0

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
@@ -545,6 +545,7 @@ def update_function(cfg, path_to_zip_file, *use_s3, **s3_file):
545545
kwargs = {
546546
'FunctionName': cfg.get('function_name'),
547547
'Role': role,
548+
'Runtime': cfg.get('runtime'),
548549
'Handler': cfg.get('handler'),
549550
'Description': cfg.get('description'),
550551
'Timeout': cfg.get('timeout', 15),

0 commit comments

Comments
 (0)