AWS - CloudWatch
You run this AWS CLI command:
But you get an error saying the log stream does not exist. What is the most likely fix?
aws logs put-log-events --log-group-name myGroup --log-stream-name myStream --log-events '[{"timestamp":1609459200000,"message":"Hello"}]'But you get an error saying the log stream does not exist. What is the most likely fix?
