A *REAL* Serverless + Python Build
So...Serverless eh? Awesomesauce, ammirite? Free (as in beer and speach) tool to create AWS Lambda functions hooked to whatever triggers with like 10% of the yml as CloudFormation But, like any tool (especially one as young as Serverless) it has it's...gaps. 1) I Want Python! First off, like any sane person I don't want to write my server-side code in node.js so when dealing with Lambda that leaves Python as the best choice (IMHO). But, Serverless is a node app so we're goin