AWS Alerts Filters

Hi,

So I’ve been having major troubles with the filter patterns. When I create these patterns on the AWS console they are accepted and actually works. When using the exact same pattern in the YAML resolves serverless to tell me that the filter pattern is invalid.

"ReadTimeoutError(“HTTPSConnectionPool(host='instance.xxxx.xxxx” (There is a backslash in front of the HTTPS " don’t know why it’s not showing)

This pattern works in AWS console and actually triggers on logs so it makes no sense to me that this does not work in serverless…

Please help