Ask HN: AWS Lambda Credible Alternatives?
Hello,
I am a developer with few skills in DevOps and I am looking for a solution to run small APIs on docker containers. My goal is to have the least amount of infrastructure to manage as I am short on time and I am relatively new to it so I see the "severless" abstraction a good thing for my current situation/
I think that Lambda is cool for that but I found the AWS UI quite overwhelming. I checked Digital Ocean functions but you can't use a container. Do you know other similar products ?
13 comments
[ 2.8 ms ] story [ 37.1 ms ] threadThe API will have to expose endpoints and do CRUD operations for the most part.
It supports containers, and has a relatively generous free tier
And you will learn more general devops skills instead of one particular provider’s serverless API.
Cloud Run is pretty easy to setup.
But yeah the UI is great if you want always-on boxes.
You can also write them write inside Next.js and deploy them to Vercel with a single click.