mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
add Serverless Frameworks section
This commit is contained in:
parent
ecefc46acc
commit
77f35bfd87
1 changed files with 9 additions and 0 deletions
|
@ -30,6 +30,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
- [Database Drivers](#database-drivers)
|
||||
- [ORM](#orm)
|
||||
- [Web Frameworks](#web-frameworks)
|
||||
- [Serverless Frameworks](#serverless-frameworks)
|
||||
- [Permissions](#permissions)
|
||||
- [CMS](#cms)
|
||||
- [E-commerce](#e-commerce)
|
||||
|
@ -459,6 +460,14 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use.
|
||||
* [Tornado](http://www.tornadoweb.org/en/latest/) - A Web framework and asynchronous networking library.
|
||||
|
||||
## Serverless Frameworks
|
||||
|
||||
*Frameworks for developing serverless Python code.*
|
||||
|
||||
* [apex](https://github.com/apex/apex) - Build, deploy, and manage [AWS Lambda](https://aws.amazon.com/lambda/) functions with ease.
|
||||
* [Zappa](https://github.com/Miserlou/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
|
||||
* [python-lambda](https://github.com/nficano/python-lambda) - A toolkit for developing and deploying Python code in AWS Lambda.
|
||||
|
||||
## Permissions
|
||||
|
||||
*Libraries that allow or deny users access to data or functionality.*
|
||||
|
|
Loading…
Reference in a new issue