|
|
|
|
|
by nicesave
2222 days ago
|
|
Lambda is only good in non mission critical services where you don't care about failures or scaling. I've re-platformed so many projects these past few years because of these issues. I wish more would take that to heart instead of marketing for Amazon. |
|
Lambda -- Serverless in general -- is fantastic when your application has any amount of downtime (on the order of 10 seconds). If there is even the briefest moment your system can be turned off, you'll save dramatically over a traditional server model.