The serverless-offline
module handles node.js modules, but sls invoke
will handle modules for python.
So just create a node.js module with the same name as the python module, and a method with the same same which
calls sls invoke ...
and wallah!
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.