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
Sending an SQS message to a non-FIFO queue will fail if the messageGroupId param is provided to the sendMessage function. The function should only include this param when it is sending a message to a FIFO queue.
The text was updated successfully, but these errors were encountered:
Currently, sending an SQS message to a standard (non-FIFO) queue will
fail if the `messageGroupId` param is provided to the `sendMessage`
function. The function should only include this param when it is sending
a message to a FIFO queue.
## Related Issues
- #489
Description
Sending an SQS message to a non-FIFO queue will fail if the
messageGroupId
param is provided to thesendMessage
function. The function should only include this param when it is sending a message to a FIFO queue.The text was updated successfully, but these errors were encountered: