You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .NET docstring generator fails to escape the stray `\`, leading to a compilation error:
```
#STDOUT> /tmp/npm-packYlIY9W/Amazon.CDK.Lib/Amazon/CDK/AWS/Lambda/FunctionOptions.cs(437,339): error CS1009: Unrecognized escape sequence [/tmp/npm-packYlIY9W/Amazon.CDK.Lib/Amazon.CDK.Lib.csproj]
```
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
* @deprecated instead create a fully customizable log group with `logs.LogGroup` and use the `logGroup` property to instruct the Lambda function to send logs to it.
390
390
* Migrating from `logRetention` to `logGroup` will cause the name of the log group to change.
391
-
* Users and code and referencing the name verbatim will have to adjust.\
391
+
* Users and code and referencing the name verbatim will have to adjust.
392
+
*
392
393
* In AWS CDK code, you can access the log group name directly from the LogGroup construct:
0 commit comments