3 Comments
⭠ Return to thread

Lambdas are billed based on the execution time. So if you have infrequent and short execution time, lambdas are a good fit.

But if you have long running and CPU intensive execution, EC2 might be cheaper. Again, it depends on the use case.

It would be interesting to know more about your side project. It's pretty cool that you've something.

Expand full comment

Thanks!

It’s the first time I’m playing with serverless, so there are interesting lessons. Up until now I only used k8s (on GCP), with microservices.

Hopefully I’ll reach the milestones you wrote about and I will gladly share my experience :)

Expand full comment

fingers crossed :)

Expand full comment