From 0d452b429ab0be3d2c8ecb1074b898aa7947a4e0 Mon Sep 17 00:00:00 2001 From: Rich Jones Date: Fri, 19 May 2017 10:21:52 -0400 Subject: [PATCH] Add `Zappa` to Python list Adds [Zappa](https://github.com/Miserlou/Zappa) - Python's server-less framework! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52c1376..495f45c 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Tornado](http://www.tornadoweb.org/) - Web framework and asynchronous networking library. - [Twisted](https://twistedmatrix.com/trac/) - Event-driven network programming engine. - [Web.py](https://github.com/webpy/webpy/) - Minimalist web framework for Python. +- [Zappa](https://github.com/Miserlou/Zappa) - Framework for building and deploying server-less Python event-driven and web applications. ### Ruby