As per the title, just wondering if you can run Lumen through Vapor or if it is only Laravel supported.
I cannot see any mention of Lumen in the Vapor docs, so just wondering if anyone has tried it and if it works. Obviously a Lumen based API would be vary suitable for running serverless.
I attempted this myself and got it to deploy, but ran into an issue where the page took more than 10 seconds to load and then it errored out. It is possible I believe you might have to go deeper into what vapor is doing on the AWS side.
@arh-digital Dug more into this and found that the base of Vapor uses the Illuminate\Foundation\Application and lumen uses its own. Which isn't compatible with the way Vapor handles incoming requests. Someone a lot smarter than I will have to find a solution. Getting it to deploy is easy but you just get an error because the App doesn't know what to route you too.