laravel-sqs-queue-json-reader icon indicating copy to clipboard operation
laravel-sqs-queue-json-reader copied to clipboard

Custom SQS queue reader for Laravel that supports plain JSON payloads

Results 3 laravel-sqs-queue-json-reader issues
Sort by recently updated
recently updated
newest added

## What's up? In the README file the section [Receiving from sqs](https://github.com/palpalani/laravel-sqs-queue-json-reader#receiving-from-sqs) shows a handler class which extends the Job. There are two issues with this, in that the `use`...