Hacker News new | ask | show | jobs
by brilliantcode 3489 days ago
what I'd really like is ability to take a swagger spec and click a button to deploy it on AWS Lambda.

This is great for internal facing REST Api. I don't know about scaling but hypothetically serverless means it should handle public requests fine.

1 comments

I guess you mean the API-Gates + Lambda. Not sure - I think thats something that should be handled by some separate tool (APIGatesgger? ;) - lets hope its not another dirty word)
that's right swagger -> api gateway triggering lambda functions.

I was using Chalice but seems like Zappas is another one a HNer pointed out. I couldn't get Chalice to work and sort of gave up on the serverless-api-gatway-lambda idea.