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(awssqs): include MessageGroupId in SQS SendMessage request
The MessageGroupId was being processed in templating but not actually
used when sending messages to SQS. This fix ensures that when a
MessageGroupId is specified in the notification template, it's properly
included in the SendMessageInput, which is required for FIFO queues.
- Add MessageGroupId to SendMessageInput when available
- Add unit tests to verify MessageGroupId inclusion/exclusion behavior
- Fix ensures proper FIFO queue message grouping functionality
0 commit comments