laravel-plain-sqs
laravel-plain-sqs copied to clipboard
Ability to handle invalid JSON
It would be very useful to be able to validate the incoming JSON and if not valid, to handle gracefully. There doesn't appear to be any way to do so out of the box?
@chrispappas , did you find a solution? I've the same problem, if i put simple string (not JSON) in SQS, then in $data
i'm getting null
Any updates on this?. I am working with a third party service that uses both json and simple string messages and I cannot get this package working with simple string messages.