Hacker News new | ask | show | jobs
by jensneuse 1734 days ago
What you describe already exists. I'm the founder of https://wundergraph.com and we're doing exactly what you describe, combining GraphQL with Auth and Caching, plus some more extras...
1 comments

I was referring to deploying the graphql routers onto an AWS lambda within your own account, which looks entirely different from your product?
I totally agree. My startup uses graphql inside a lambda function. I'm not running at any scale yet but I just cant see the point of not leveraging all that autoscaling infra. Perhaps lambda at real scale costs more but I've not seen any data on that.
10 million executions with 1gb of memory at ~300ms per invocation costs like 40 dollars.