Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(lambda): log group docs not being rendered properly (#28871)
TSDoc for `logGroup` is not being rendered properly due to the use of `<` and `>`. This affects Vscode:  And `aws-cdk-lib` docs as well: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html#loggroup  Fixed by escaping `<` and `>` properly This is probably caused by `<` is interpreted as opening `JSX` tags by `MDX`. After fix:  ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information