|
|
|
|
|
by jjeaff
1542 days ago
|
|
It's php, so your architecture by nature is already serverless unless you are using some newer plugin like swoole. For most projects, that $4 server is great and what I would prefer. But where serverless can excel is an application that has very spikey usage. If your $4 server gets hit with spikes of usage that would require a $500 server for an hour once or twice a month, you might be better off with serverless, rather than paying $500/month to have a server that big all the time. |
|