Hacker News new | ask | show | jobs
by beamatronic 2971 days ago
Could you not go with serverless and eliminate all of that complexity?
1 comments

Not easily across cloud. If as part of this package, it included a "cloud functions"/"lambda" component, cool. There are a few vendor-independent ones out there. But I need to search logs, store data in a database, etc. I don't want to go to the Google console to see my logs. Also I think traditional apps have many benefits wrt cross-request state management that are not as easy to do generically when serverless.