brefphp / laravel-bridge

Package to use Laravel on AWS Lambda with Bref
https://bref.sh/docs/frameworks/laravel.html
MIT License
314 stars 63 forks source link

Support for async-aws #38

Open GrahamCampbell opened 3 years ago

GrahamCampbell commented 3 years ago

Would you be interested in switching this package to use the relevant async aws packages, like the main brief package. I can help with this. :)

mnapoli commented 3 years ago

Hey!

There was #12 on that topic, and it had an impact in the SQS driver. In Laravel, as soon as you use anything AWS related the SDK is installed, so I'm not sure it makes as much sense with Laravel 🤔

GrahamCampbell commented 3 years ago

The async-aws/illuminate-queue option can be used, and also async aws can be used for S3/flysystem stuff.

mnapoli commented 3 years ago

Would that impact users following the laravel.com documentation?

GrahamCampbell commented 3 years ago

I'm not sure. I'll be investigating this in more detail over the next few weeks. I've already got a couple of Laravel apps running on Lambda without the bref laravel package (using the sync queue driver and https://github.com/laravel/framework/pull/36772). :)