-
I have been trying to use map-reduce on lithops but I was facing an error when I try to deploy it on AWS. I get "InvalidCLientTokenId when calling GetCallerIdentity operation: The security token inclu…
-
In addition to the compute side, we've been using Lithops's Storage API directly on the host computer instead of calling boto/ibm-cos-sdk, as it allows us to easily switch between AWS S3, IBM COS and …
-
Hi,
I'm testing to run the latest version on code engine in Frankfurt - tried us-south as well with same issue..
2021-06-10 11:13:03,512 [INFO] lithops.config -- Lithops v2.3.4
2021-06-10 11:13:0…
-
Hi,
I tried to implement rabbitmq according to the docs and my lithops configuration looks like this:
```
lithops:
storage: ibm_cos
storage_bucket: bucket
mode: serverless
m…
-
Hi,
I am pretty new to Lithops and multiprocessing in python and am trying to load images from IBM COS, open them with Python Pillow and convert them to thumbnails in a map function running on IBM …
-
Hi,
Suppose I have a python package installed locally and I want to pickle the entire module and execute it on serverless. What is the correct way to do that? I tried this but it did not work.
`…
-
When using lithops with code_engine as backend, I want to use priviate IBM container registry for my images.
This is my lithops_config file
```
...
serverless:
backend: code_engine
run…
-
there seems to be a bug in code_engine/config.py where the following code
```
if 'runtime' not in config_data['serverless']:
if not DOCKER_PATH:
raise Exception('docker co…
-
I think both keys are not consistent. Why not to merge them into a single key? Otherwise there in `execution_timeout` in lithops section and `runtime_timeout` in serverless section. They also have dif…
-
We need to copy https://github.com/metaspace2020/pywren-annotation-pipeline/blob/71c66c6a55cbf833b16e2c65b2457e37deeeb6fd/annotation_pipeline/utils.py#L37 into Lithops.
This way we can have optional …