-
Hello,
I am able to create all these individual resources and connect them, but when I try to execute the step function it fails with this error: Looking at the SNS Publish task documentation I do not see any property named MessageGroupID that I can define. How do I proceed with using a FIFO SNS Topic with my Step function? Adding code for reference purposes. Creation of SQS, SNS and subscription.
Task creation:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I was able to solve this issue by extending tasks.SNSPublish:
Would be helpful if this was natively supported |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
I was able to solve this issue by extending tasks.SNSPublish:
Would be helpful if this was natively supported