AWS Compute Blog
Tag: MVC
The serverless LAMP stack part 6: From MVC to serverless microservices
In this post, you learn how to build serverless PHP applications using microservices. I show how to move from using a single Lambda function as scalable web host with an MVC framework, to a decoupled microservice model. The accompanying code examples for this blog post can be found in this GitHub repository. The MVC architectural […]
Read More