We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have these log groups:
/aws/lambda/ether-dev-createAuthChallenge /aws/lambda/ether-dev-defineAuthChallenge /aws/lambda/ether-dev-preSignUp /aws/lambda/ether-dev-verifyAuthChallengeResponse
How can I watch them all?
I have tried: saw watch [a-z0-9A-Z\/]*dev*
saw watch [a-z0-9A-Z\/]*dev*
But throws error: 'logGroupName' failed to satisfy constraint: Member must satisfy regular expression pattern: [.-_/#A-Za-z0-9]+
The text was updated successfully, but these errors were encountered:
I don't think that's currently possible. I used parallel for that.
parallel ::: 'saw watch group1' 'saw watch group2'
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I have these log groups:
How can I watch them all?
I have tried:
saw watch [a-z0-9A-Z\/]*dev*
But throws error: 'logGroupName' failed to satisfy constraint: Member must satisfy regular expression pattern: [.-_/#A-Za-z0-9]+
The text was updated successfully, but these errors were encountered: