Hello HN! I'm the founder of Serverful (<a href="https://serverful.io" rel="nofollow">https://serverful.io</a>).<p>Serverful provides experience similar to serverless.com - but for containers<p>Lambdas are great (and they support container images too), but for some types of workloads it is more practical to run a container with provisioned compute capacity. For example, anything stateful, or things that require low latency, or server-side rendering, or consistently high loads.<p>If you are using something like Serverless Framework then up until this point there was no need to think of infrastructure at all. The framework took care of it. But now that you need to run a container you have to go a few levels down and deal with networking, permissions etc, either in AWS UI or with Terraform / CloudFormation / etc.<p>Serverful fixes that - simply connect your repository and it gets deployed, just like with serverless.com. Under the hood it creates an ECS Fargate cluster (or K8S), configures networking, CloudWatch, etc. You can also deploy databases and static webapps.<p>Would love to hear your feedback!