I’m trying to use AWS CloudWatch integration.
Instead of hard code all lambda function names, we want to use template variables.
- we query Log Groups from aws account with lambda prefix
- we use regex to parse everything after .*lambda/
- But then we got the weird problem that all returning string has “:*” at the end