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.