|
|
|
|
|
by ndriscoll
964 days ago
|
|
Lambda scalability for an API is awful; it can't run concurrent requests (of course PHP largely can't do this either). An ECS service with pretty much any other language (for async/multithreaded runtimes) will scale far better. |
|