You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it can be confusing when receiving a message from SQS, that the payload is modified to only include the data values if the data key is present. I don't think this is mentioned anywhere.
For example, my message from SQS contains these keys:
I think it can be confusing when receiving a message from SQS, that the payload is modified to only include the
data
values if thedata
key is present. I don't think this is mentioned anywhere.For example, my message from SQS contains these keys:
but I only end up with the
data
values - even if I use$job->getRawBody()
I just thought it might be something helpful to clarify for future devs looking to use this package.
The text was updated successfully, but these errors were encountered: