Where N is the number of lambdas in my code, when I run cdkw "**", it prints all the messages N times. This seems like a bug. For example:

The CloudWatch logs aren’t duplicated. It’s just cdkw printing everything 4 times. This doesn’t happen if I change the path blog from ** to just one of the my lambdas.
Any idea why this might be?
Using v10.1.0.
Where N is the number of lambdas in my code, when I run
cdkw "**", it prints all the messages N times. This seems like a bug. For example:The CloudWatch logs aren’t duplicated. It’s just cdkw printing everything 4 times. This doesn’t happen if I change the path blog from
**to just one of the my lambdas.Any idea why this might be?
Using v10.1.0.