In this article I’ll show you the code implementation to make Inspector work when your Laravel application is deployed on the AWS serverless environment using Vapor. It allows developers to deploy Laravel applications on AWS Lambda environment, the serverless infrastructure of AWS, without the need to be an expert DevOps, or cloud engineer.
Serverless execution environment isn’t the same of classic server, furthermore it’s not so easy to customize if you need some additional configuration. Verifarma.com platform is built on top of Laravel and deployed in the AWS serverless platform using Vapor.
Martín Lejman, lead developer in Verifarma, wrote me about two issues using Inspector when the application is deployed through Vapor in AWS Lambda.