Closed Niush closed 2 weeks ago
Thanks for submitting a PR!
In order to review and merge PRs most efficiently, we require that all PRs grant maintainer edit access before we review them. For information on how to do this, see the relevant GitHub documentation. Additionally, GitHub doesn't allow maintainer permissions from organization accounts. Please resubmit this PR from a personal GitHub account with maintainer permissions enabled.
Recently, I needed to send raw message to AWS SQS. The
pushRaw
method inSqsQueue
accepted$options
, but, it was not being used.This tiny PR simply passes this
$options
to AWS SqsClient'ssendMessage()
function.SendMessage accepts
MessageGroupId
,MessageDeduplicationId
,DelaySeconds
, and much more.