(no title)
danieloj | 1 year ago
The YAML config, IAM permissions, generating requests and responses, it's all so painful to get anything done.
Admittedly I speak as a software engineer primarily building CRUD apps, where frameworks have had decades of development. I can see use cases for event-driven applications where serverless may make life easier. But for CRUD, currently no chance.
giancarlostoro|1 year ago
I do see its usefulness, but its not a one size fits all tool.
sodapopcan|1 year ago
Ya, this is the majority of us.
dolmen|1 year ago
jedberg|1 year ago
https://github.com/dbos-inc/dbos-transact-py
You can build your software as a monolith and deploy it with one command to your own cloud or our cloud.
jvanderbot|1 year ago
And gateway+lambda is a near perfect "dumb crud" app, though it is not without a startup cost.
re-thc|1 year ago
If you need RDS for example you need the VPS.
It only looks good on the outside.
breckenedge|1 year ago
I find FaaS best when needing to automate something completely unrelated to what goes in to serving the customer. Stuff like bots to report CWV metrics from DataDog to a Slack channel.
pjc50|1 year ago
ebiester|1 year ago
But that means you're not starting with serverless, and it's your pivot from the original monolith.
moltar|1 year ago