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

Automatic Lambci Management #18

Open
NathanTP opened this issue Jun 10, 2020 · 0 comments
Open

Automatic Lambci Management #18

NathanTP opened this issue Jun 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@NathanTP
Copy link
Contributor

#15 added support for lambci but requires users to manage the backend explicitly (e.g. launching the container with the right lambda). It would be good to push this into SRK (this is how OL works). Some benefits of this:

  • Users don't have to fiddle around with docker and potentially make mistakes or get into a weird state.
  • We could support installing multiple lambdas. This might require some additional work in terms of building a management layer that does all the stuff AWS does for lambda (e.g. starting new containers for each lambda, potentially re-using containers for multiple requests to the same lambda, etc).
  • We could simplify scalable/remote execution by integrating some of the stuff from cffsEval
  • If this is done well, we could probably deprecate OL which would be nice (it's proven to be over-complicated and more work than it's worth).
@NathanTP NathanTP added the enhancement New feature or request label Jun 10, 2020
@NathanTP NathanTP mentioned this issue Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant