Ask HN: AWS Lambda Credible Alternatives?

brunaxLorax | 7 points

Google Cloud Run. One of the few good parts of GCP.

It supports containers, and has a relatively generous free tier

yen223 | 7 months ago

Check out Google Cloud. They have a much better developer experience than AWS.

Cloud Run is pretty easy to setup.

leros | 7 months ago

Do you have to use Docker? If you can write the func in Javascript, Cloudflare Workers are amazing and so much easier to use than AWS.

You can also write them write inside Next.js and deploy them to Vercel with a single click.

solardev | 7 months ago

Have you looked into PaaS, for example, Render: https://render.com/docs/deploy-an-image

achempion | 7 months ago

I don’t think you will learn to deploy anything serverless in less time than you could deploy a server.

And you will learn more general devops skills instead of one particular provider’s serverless API.

idontwantthis | 7 months ago

You might like https://www.flightcontrol.dev which makes it easy to deploy servers or Lambdas. (I'm cofounder)

flybayer | 7 months ago

It will be an express based REST API that connects to an external Database.

The API will have to expose endpoints and do CRUD operations for the most part.

brunaxLorax | 7 months ago

Can you provide more information of what you are aiming to archive in regards of your API?

kbjoern | 7 months ago

Skip the UI and use Terraform

bigbassroller | 7 months ago

Did you evaluate Fly.io?

kjok | 7 months ago