Skip to main content

Polymorphic Support Part 9

Less than 1 minuteRubycrashcourserubyjetsawsaws-lambdacloudwatch

Polymorphic Support Part 9 ๊ด€๋ จ


Polymorphic Support Part 9

...

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.

Poly-Lambda Functions ListHereโ€™s what a Python polymorphic function looks like in Jets

Hereโ€™s what a Node 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