The serverless LAMP stack part 6: From MVC to serverless microservices
Amazon Web Services FeedThe 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…