File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
30
30
- [ Database Drivers] ( #database-drivers )
31
31
- [ ORM] ( #orm )
32
32
- [ Web Frameworks] ( #web-frameworks )
33
+ - [ Serverless Frameworks] ( #serverless-frameworks )
33
34
- [ Permissions] ( #permissions )
34
35
- [ CMS] ( #cms )
35
36
- [ E-commerce] ( #e-commerce )
@@ -459,6 +460,14 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
459
460
* [ web2py] ( http://www.web2py.com ) - A full stack web framework and platform focused in the ease of use.
460
461
* [ Tornado] ( http://www.tornadoweb.org/en/latest/ ) - A Web framework and asynchronous networking library.
461
462
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
+
462
471
## Permissions
463
472
464
473
* Libraries that allow or deny users access to data or functionality.*
You can’t perform that action at this time.
0 commit comments