Open geeknam opened 7 years ago
Paws is only meant as a helper lib for producing (currently) API Gateway / Lambda based web services.
It does not use or support WSGI.
It does not handle deployment - I use serverless.com for that.
That said, I had considered that eventually I could infer a lot of the CF info from the decorators (currently just @http_handler)
Will
paws
integrate with cloudformation to create resources (Lambda + API Gateway) for deploying the whole app? Or is it just purely a web framework + wrappers around WSGI to work with API Gateway?