ServerlessConf NYC: Back Again
ServerlessConf Manhattan edition, coming October 8-11 2017
Posted by
Ryan S. Brown
on Tue, Jul 25, 2017
In General
with tags serverlessconf
A year and a half ago, we hosted the first ServerlessConf in Brooklyn. Turns out it was the hottest conference around and it's back!
Customizing the Serverless Framework with Plugins
Sometimes you need more than what's in the box
Posted by
Ryan S. Brown
on Tue, Jun 27, 2017
In Mini-Project
with tags lambda, serverless, serverless framework, monitoring
Every deployment has some special requirements, and if you need more out of the Serverless Framework it has hooks to help you out.
Building Scikit-Learn for AWS Lambda
Using the Amazon Linux image to build Lambda packages
Posted by
Ryan S. Brown
on Sat, Jan 21, 2017
In Mini-Project
with tags lambda, scikitlearn, python, numpy, scipy, docker
Scikit-learn has a bunch of dependencies on compiled extensions, making it challenging to use in Lambda. Learn how to deploy your Python machine learning app to Lambda.