[discussed in the past](https://forum.yiiframework.com/t/using-yii2-for-lambda-event-driven-approach/134358/11) [we don't want to run the php artisan queue:work command. Instead, we create a Lambda function that is invoked immediately when there are new jobs to process](https://bref.sh/docs/laravel/queues) I also don't want to run _yii queue:run_ or yii queue:listen We are going to implement [SQS/SNS](https://github.com/yiisoft/queue/issues/202#issuecomment-2129004505) adapters for yii3 queue. I see correlation between these issues.
discussed in the past
we don't want to run the php artisan queue:work command. Instead, we create a Lambda function that is invoked immediately when there are new jobs to process
I also don't want to run yii queue:run or yii queue:listen
We are going to implement SQS/SNS adapters for yii3 queue.
I see correlation between these issues.