GCloud Python Functions expect to call a named function from a file, rather than to execute a file with a function call in it. Currently we are doing the latter. Make it work like the former. Also, make sure the function named in the GCloud setup is the same as the target function in the file.
GCloud Python Functions expect to call a named function from a file, rather than to execute a file with a function call in it. Currently we are doing the latter. Make it work like the former. Also, make sure the function named in the GCloud setup is the same as the target function in the file.