Tensorflow to AWS lambda

This project is the companion code for my Medium post on deploying tensorflow models to AWS lambda (using Serverless): in a few minutes and a few lines of Python code you can serve predictions from a trained model through a lambda-powered endpoint.

Please refer to the Medium blog post for a full explanation on the code structure and how to deploy it.