Aitor
Aitor
Fix for #1107 This pull request adds functionality to retrieve AWS SDK config and credentials from the standard config file (`~/.aws/config` and `~/.aws/credentials`) or env vars ([more info](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html)). Consequently, it...
Currently, Lithops can be configured: - by a config YAML file in ~/.lithops/config - by ENV vars - by directly passing configuration path or dict to a FunctionExecutor constructor The...
**Problem description** Can't execute example code with local testing deployment. Steps to reproduce: - Install Pravega from source: ``` git clone https://github.com/pravega/pravega.git cd pravega ./gradlew startStandalone ``` - Install pravega...