Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to run solvebio-python in AWS Lambda #417

Open
davecap opened this issue Aug 30, 2022 · 0 comments
Open

Document how to run solvebio-python in AWS Lambda #417

davecap opened this issue Aug 30, 2022 · 0 comments

Comments

@davecap
Copy link
Member

davecap commented Aug 30, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant