cpdflow.wml.wml.deploy_function

deploy_function(config: dict, function: callable, function_name: str, space_type: str) None[source]

” Deploy function in given space.

Parameters:
  • config (dict) – configuration dictionary

  • function (callable) – function to be deployed

  • function_name (str) – function name

  • space_type (str) – development or production environment