Wrote a framework

strawberry-py

https://github.com/Hobart2967/strawberry-py

strawberry-py is a rest api framework written by me. It enables developers to easily write APIs in a form known from ASP.NET for C# or SpringBoot for Java. It uses decorators to declare controllers, endpoints and parameters.


The best fact about it is that it is webserver agnostic. It can be used within usual web server SDKs, AWS lambdas or even Google Cloud Functions. It already brings a wrapper for AWS lambda requests.