Describe the bug
After creating a resource that will create during bootstrapping a log group, if I run cw immediately with the --retry option before the log group has been created, fails if the log group doesn't exist yet.
To Reproduce
Steps to reproduce the behavior:
- Which command
cw tail --retry -f myloggroup
- Which flags/arguments are used
--retry and -f.
Expected behavior
Wait for the log group to be available.
Screenshots
operation error CloudWatch Logs: FilterLogEvents, https response error StatusCode: 400, RequestID: d50a2e2f-3bdd-4337-815e-647c2b2f9205, ResourceNotFoundException: The specified log group does not exist.
Desktop (please complete the following information):
- OS: MacOS Ventura 13.5.2 (22G91)
- Terminal: zsh
- cw version: 4.1.3
Additional context
Nothing.
Describe the bug
After creating a resource that will create during bootstrapping a log group, if I run
cwimmediately with the--retryoption before the log group has been created, fails if the log group doesn't exist yet.To Reproduce
Steps to reproduce the behavior:
--retryand-f.Expected behavior
Wait for the log group to be available.
Screenshots
Desktop (please complete the following information):
Additional context
Nothing.