I'm currently using goaws:1.1.2 for service testing. I have a test to ensure that only events matching the filter policy end up on the relevant queue I provision, but this test fails because the FilterPolicy isn't being applied.
Given the following SNS client command (pointing to the GoAws docker instance):
Hello,
I'm currently using goaws:1.1.2 for service testing. I have a test to ensure that only events matching the filter policy end up on the relevant queue I provision, but this test fails because the FilterPolicy isn't being applied.
Given the following SNS client command (pointing to the GoAws docker instance):
I receive the following log:
As you can see, FilterPolicy isn't included in the log, but checking the source code - this should be included in the logs.
Can you confirm that the applied FilterPolicy is valid? If so, I think this could be a bug.