Is there a way to apply SNS filtering to match all messages that has message attribute 'MyMessageAttribute ' ( type = String.Array ) and any of its value start with "MyPrefix" ?
I have searched on google and https://docs.aws.amazon.com/sns/latestbut couldn't find any example
In array attributes, the filters match if any of the array values matches the filter.
The closest thing to documenting this fact they have is the example for
anything-buthere:, but I can assure you that it works.