0
votes

Is local deploy Serverless architecture a good idea to optimize system performance (event driven) and reduce server operational cost instead of using Cloud Provider like AWS?

1
By locally you mean on your own servers? - Constantin Galbenu
Yes Constantin. - FunctionBlock

1 Answers

1
votes

The idea with Serverless is that you reduce server operational costs by not having servers.

If you provide your own servers then Serverless is pointless, you have the worst of both worlds.