We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebf9e7 commit 1f05e6bCopy full SHA for 1f05e6b
1 file changed
aws_lambda/aws_lambda.py
@@ -431,6 +431,7 @@ def update_function(cfg, path_to_zip_file):
431
kwargs = {
432
'FunctionName': cfg.get('function_name'),
433
'Role': role,
434
+ 'Runtime': cfg.get('runtime'),
435
'Handler': cfg.get('handler'),
436
'Description': cfg.get('description'),
437
'Timeout': cfg.get('timeout', 15),
0 commit comments