We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54c49df + cc9f33d commit 64c532aCopy full SHA for 64c532a
lambda_uploader/uploader.py
@@ -72,6 +72,7 @@ def upload_existing(self, pkg):
72
VpcConfig=self._vpc_config,
73
Environment=environment,
74
TracingConfig=self._config.tracing,
75
+ Runtime=self._config.runtime,
76
)
77
LOG.debug("AWS update_function_configuration response: %s"
78
% response)
0 commit comments