Could you add Javascript Lambda functions?

I have a scenario where I would want to use JavaScript for certain lambda functions to preserve code interoperability between the client-side and server-side. It would be nice if I could use this framework to help me manage and deploy lambda functions in other languages too.

Is this possible today?

@dagumak Yes, it is possible. You can also write node and python. Here you go http://rubyonjets.com/docs/polymorphic-node/

@tung Thank you! The first place I looked was “Functions”; perhaps, a suggestion would be to categorize “Polymoprhic Node” under “Functions” and possibly even rename “Functions” to “Lambda Functions” to help people more easily find this information.

Ah I see. Good call. Done. Improvement PRs welcomed :+1: