Skip to content

Commit 64c532a

Browse files
authored
Merge pull request #143 from ryandub/updateruntime
Allow updates to Runtime
2 parents 54c49df + cc9f33d commit 64c532a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambda_uploader/uploader.py

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def upload_existing(self, pkg):
7272
VpcConfig=self._vpc_config,
7373
Environment=environment,
7474
TracingConfig=self._config.tracing,
75+
Runtime=self._config.runtime,
7576
)
7677
LOG.debug("AWS update_function_configuration response: %s"
7778
% response)

0 commit comments

Comments
 (0)