You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by directly passing configuration path or dict to a FunctionExecutor constructor
The standard and most convenient is using a configuration file. The problem with having only one config file is that, for a multi-cloud configuration, all parameters reside in the same config file, potentially being a mess.
I propose to create configuration profiles. The "default profile" is the ~/.lithops/config file, but users could create new config files with different names (e.g. ~/.lithops/aws_lambda_testing), and select the appropraite profile in the FunctionExecutor constructor (FunctionExecutor(config_profile="aws_lambda_testing")).
Currently, Lithops can be configured:
The standard and most convenient is using a configuration file. The problem with having only one config file is that, for a multi-cloud configuration, all parameters reside in the same config file, potentially being a mess.
I propose to create configuration profiles. The "default profile" is the
~/.lithops/config
file, but users could create new config files with different names (e.g.~/.lithops/aws_lambda_testing
), and select the appropraite profile in the FunctionExecutor constructor (FunctionExecutor(config_profile="aws_lambda_testing")
).WDYT @JosepSampe
The text was updated successfully, but these errors were encountered: