laravel-bref-bridge
laravel-bref-bridge copied to clipboard
Leverage Laravel Vapor Bootstrap
With the release of Laravel Vapor Core it is redundant to maintain our own, separate, runtime. Rather, if we tweak Vapor just a bit, we can leverage the built-in Laravel Runtime for Lambda.
This will decrease effort maintaining our own custom runtime, and work to ensure parity with Laravel moving forward.
I've begun tweaking Vapor Core and you can find it in the Laravel Bref Bridge Core repository. The ultimate goal will be to remove all the runtime/bootstrap work that is built in here and simply include that package for the functionality.