|
|
|
|
|
by solardev
968 days ago
|
|
Also, I just realized "Bref" is its own project that lets you run PHP on serverless Lambdas... like a Google Cloud Run on Amazon? Is this really such a big niche? It's weird to me to you'd want to use PHP for something like this (and I love PHP, it just doesn't strike me as the best tool for serverless). |
|
Unlike Node, Python, Java, etc. that start a long-lived server, each request is handled by PHP in a separate process.
That's what makes it really to use with serverless (and lift-and-shift, like what Treezor did).