- Newest
- Most votes
- Most comments
Hello,
Thank you for reaching out to us. SNS service team is aware of the issue with few characters that might cause an issue with filter policy. When there is filter policy associated with a subscription and the published messages contains attributes with escapable characters such as " and , SNS expects the characters to be double-escaped otherwise the message filtering is affected thereby causing the message delivery failure to the endpoint.
Please find the list of such special characters:
====================== Escape Characters List
- "
- \
- /
- b
- f
- n
- r
- t
- uXXXX (where X is hex eg. u123a)
For example:
Character in escape list:
\” bad
\” ok
\\” bad
Character not in escape list:
\p ok
\p bad
\\p ok
Internal service team is working towards a fix and I am unable to provide an ETA for this , updates to the services are announced at AWS What's New [1] and RSS feed [2].
References:
Relevant content
- Accepted Answerasked 9 months ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago