| The author apparently does not have any experience in building systems/infrastructure. > I can set up a static website in AWS, but it takes 45 steps in the console and 12 of them are highly confusing if you never did it before Anything can be confusing/takes time if you never did before. Getting productive needs time and practice. If your goal is only to set up a static site, AWS is an overkill for it. > It's sad this is the current state of infrastructure. It’s sad that some people still haven’t learned to pick the right tool for a problem. > I could go on, but I won't. I'm dreaming of a world where things are truly serverless. I don’t even understand what the author wants here. There is no such thing “truly serverless”. Your code will be executed by a server. Period. Serverless is just a fancy marketing term for ephemeral lightweight VMs. > If I make a change in the AWS console, or if I add a new pod to Kubernetes, or whatever, I want that to happen in seconds The author obviously doesn’t have any knowledge about distributed systems. > My deep desire is to make it easy to create ephemeral resources. Do you need a database for your test suite? Create it in the cloud in a way so that it gets garbage collected once your test suite is done. Fortunately we have Terraform that’s made this possible for a decade(?). > Code not configuration Terraform, Pulumi, countless of client libraries for all of the cloud providers. |
If you wouldn't mind reviewing https://news.ycombinator.com/newsguidelines.html and taking the intended spirit of the site more to heart, we'd be grateful.