Skip to content

Commit 77f35bf

Browse files
committed
add Serverless Frameworks section
1 parent ecefc46 commit 77f35bf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
3030
- [Database Drivers](#database-drivers)
3131
- [ORM](#orm)
3232
- [Web Frameworks](#web-frameworks)
33+
- [Serverless Frameworks](#serverless-frameworks)
3334
- [Permissions](#permissions)
3435
- [CMS](#cms)
3536
- [E-commerce](#e-commerce)
@@ -459,6 +460,14 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
459460
* [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use.
460461
* [Tornado](http://www.tornadoweb.org/en/latest/) - A Web framework and asynchronous networking library.
461462

463+
## Serverless Frameworks
464+
465+
*Frameworks for developing serverless Python code.*
466+
467+
* [apex](https://github.com/apex/apex) - Build, deploy, and manage [AWS Lambda](https://aws.amazon.com/lambda/) functions with ease.
468+
* [Zappa](https://github.com/Miserlou/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
469+
* [python-lambda](https://github.com/nficano/python-lambda) - A toolkit for developing and deploying Python code in AWS Lambda.
470+
462471
## Permissions
463472

464473
*Libraries that allow or deny users access to data or functionality.*

0 commit comments

Comments
 (0)