|
|
|
|
|
by danfritz
1251 days ago
|
|
With lambda you pay for what you use. It scales endlessly and is quite cheap. Depending on your typical usage and load it can be a huge cost saver (also mentally) as lambda will scale. With ECS Fargate it costs money even without any traffic and you are responsible for correctly implementing auto scaling. I'm coming from 10y rails dev background and now full stack typescript. Thinking in pure lambda functions is a breath of fresh air for me. |
|