cchan9528 / serverless-offline-cloudwatch-logs

0 stars 0 forks source link

[Investigation] Offline "Filter and Pattern Syntax" #8

Open cchan9528 opened 1 year ago

cchan9528 commented 1 year ago

Overview

Cloudwatch uses its own "Filter and Pattern Syntax" (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html) that is not simply regex. Therefore, the plugin must accommodate this special syntax to some extent.

Ask

Figure out a way to support the Cloudwatch "Filter and Pattern Syntax".

Questions

cchan9528 commented 1 year ago

https://stackoverflow.com/a/62361311

3 possiblities ? Regex not included? Maybe it's a security risk of some sort to have regex....

cchan9528 commented 1 year ago

The new project should probably have