Skip to content

Commit

Permalink
configure runtime on function update
Browse files Browse the repository at this point in the history
  • Loading branch information
ijin committed Mar 2, 2017
1 parent 201d80e commit 62fbe7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lamvery/clients/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def update_function_code(self, zipfile, conf, publish):
def update_function_conf(self, conf):
kwargs = {}
kwargs['FunctionName'] = conf['name']
kwargs['Runtime'] = self._get_runtime(conf)
kwargs['Role'] = conf['role']
kwargs['Handler'] = conf['handler']

Expand Down

0 comments on commit 62fbe7b

Please sign in to comment.