brefphp / laravel-bridge

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

Set correct queue name from sqs job event #139

Closed vmiguellima closed 10 months ago

vmiguellima commented 10 months ago

Why is this needed?

When using laravel queue name suffix feature (queue.connections.sqs.suffix), laravel will allow to dispatch a job using onQueue simply with the queue base name.

This will:

Dependencies

Needs

vmiguellima commented 10 months ago

@tillkruss @mnapoli Could this be merge? it would unlock me 😅