Skip to content

Instantly share code, notes, and snippets.

View AleLudovici's full-sized avatar

Alessandro Ludovici AleLudovici

  • Ocado
  • Barcelona
View GitHub Profile
@rezen
rezen / README.md
Created July 31, 2018 20:36
Serverless lambda hack for python

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!

@staltz
staltz / introrx.md
Last active October 14, 2025 19:39
The introduction to Reactive Programming you've been missing