I'm writing an OpenWhisk action in Python 3, which needs to read a local file. It seems once I create an OpenWhisk action with this python file and invoke it, the python action can't read this local file anymore. The local file locates in the same dir as the python file does. The logs reads stderr: IOError: [Errno 2] No such file or directory: './localFile'
Does any one know how to access a file from within an OpenWhisk action?