Develop and Deploy Serverless Event-Driven Machine Learning Applications

How to create application programming interfaces (APIs) hosting machine learning models using Zappa, Python, Flask, and AWS

Saleh Alkhalifa
Towards Data Science
8 min readJul 4, 2022

--

Table of Contents:

1. Introduction to Serverless 2. IAM Permissions on AWS
3. Developing the Flask Application
4. Deploying with Zappa
5. Securing the API with Keys

--

--