solvebio-python icon indicating copy to clipboard operation
solvebio-python copied to clipboard

Document how to run solvebio-python in AWS Lambda

Open davecap opened this issue 3 years ago • 0 comments

To run in lambda, you need to do the following:

  • Set SOLVEBIO_LOGFILE environment variable to "" (to avoid creating a log file in the read-only FS)
  • Remove any calls to solvebio.login() and set SOLVEBIO_API_HOST and either SOLVEBIO_ACCESS_TOKEN or SOLVEBIO_API_KEY environment variables

davecap avatar Aug 30 '22 10:08 davecap