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

Add runtime for python3 and begin move towards wider language support #55

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ryanolee
Copy link

As given in #34 this library assumes JavaScript on all lambda executions when this might not actually be the case.

This uses some slightly modified code from the same process that get's invoked when slss invoke local is called. Unfortunately there is no way to pass the response of the various language runtimes back into A JS context using the vanilla setup. Therefore language support will likely have to be added one at a time :(
his PR aims to:

  • Implement an inital framework for adding further language support
  • Add python(3) support for running lambdas

Any input on this would be very helpful 👍

@ryanolee ryanolee changed the title [RFC] Add runtime for python Add runtime for python3 and begin move towards wider language support Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant