In this video tutorial, we cover Jets Polymorphic Support Ability. Jets allows you to write Lambda functions not just in Ruby but also in other languages like Node and Python. This can be useful if you have pre-existing Lambda code. You can re-use the code and and move on with life.

Here’s what a Python polymorphic function looks like in Jets:

Here’s what a Node polymorphic function looks like in Jets:

Summary of What We’ll Cover

  • Explain what Jets Polymorhic Support Means
  • Write a Python example and test locally
  • Write a Node example and test locally
  • Remove any code that would genreate Ruby Lambda Functions
  • Deploy to AWS Lambda
  • Check out AWS Lambda Console to see the different languages and editor

More info