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
fix(sqs): Support both standard and FIFO SQS queues (#490)
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
0 commit comments