funkybob / paws

Python helpers for using AWS API Gateway / Lambda "serverless"
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Deployment integration? #2

Open geeknam opened 7 years ago

geeknam commented 7 years ago

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?

funkybob commented 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)