|
|
|
|
|
by thundergolfer
1321 days ago
|
|
> unless I had a compelling reason to use containers AWS Lambda and Google Cloud Functions support containers. > and would be long running. Unless it's running 24/7, you're better of with serverless batch processing systems or you'll need scale-to-zero on your Kubernetes cluster. |
|
While Lambda supports containers, you lose out one one of the largest benefits of having Amazon patch/update the runtime.
Which brings me to my opinion on the value proposition. There’s a concrete cost curve where ECS/EC2 is cheaper than Lambda in what you pay AWS, there’s a much higher inflection point where you are responsible for maintenance/operations. Under that line there’s still a place for serverless.