According to https://support.atlassian.com/cloud-automation/docs/configure-aws-sns-for-jira-automation/ it’s possible to send events to an Amazon FIFO SNS, but in practice this doesn’t work.
I tried and the message send fails with error “Invalid parameter: The MessageGroupId parameter is required for FIFO topics”.
I don't see any way to specify this parameter anywhere, has anybody tried this?
As for "why don't you just use standard SNS?" is simple: I have a SNS to SQS integration, and when I tried messages weren't delivered instantly, so they got out of order. For example I set a duedate to "2023-08-01", then "2023-08-10", then "2023-08-20" but messages were received as "2023-08-10", "2023-08-20" and "2023-08-01".
Thanks.-