pyfaaster

pyfaaster

2018
BSD 3 Clause

Build Status

Project Description

Useful Utilities for Python Functions as a Service (starting with AWS Lambda).

Functions as a Service can be joyful. When paired with a concise language like Python, you start to rethink the need for a "web framework" like Rails, Django, etc: couple your functions with your FaaS provider's API Gateway and you are off an running with minimal code. Of course, there is still some boilerplate code around injecting environment, formatting responses, checking arguments, etc.

Links

Download source code as [.zip file] [.tar.gz file]
Documentation: [README]