Vinícius Salomão
Vinícius Salomão
same here.
@terion-name I'm having the same problem. Trying to filter with or without the *payload* attribute, using only the *status* key. ``` { "payload": [ { "attribute_key": "status", "filter_operator": "equal_to", "values":...
Looks like you can't use a *query_operator* on the first item or for standard attributes. Not really sure. But this will work: ``` { "payload": [ { "attribute_key": "status", "filter_operator":...
There's a specific way to use the *query_operator*. If you have more than one filter you have to send the *query_operator* paramater in all of them, **except the last one**....
I suggest saving the entire `BatchResultErrorEntry` from the `sqs.send` response in the `FailedMessagesError`. This way will be easier to track what's going wrong.