Skip to content

Commit 1bd7511

Browse files
committed
docs: log group docs not being rendered properly
1 parent efccfcb commit 1bd7511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/aws-cdk-lib/aws-lambda/lib/function.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ export interface FunctionOptions extends EventInvokeConfigOptions {
477477
/**
478478
* The log group the function sends logs to.
479479
*
480-
* By default, Lambda functions send logs to an automatically created default log group named /aws/lambda/<function name>.
480+
* By default, Lambda functions send logs to an automatically created default log group named /aws/lambda/\<function name\>.
481481
* However you cannot change the properties of this auto-created log group using the AWS CDK, e.g. you cannot set a different log retention.
482482
*
483483
* Use the `logGroup` property to create a fully customizable LogGroup ahead of time, and instruct the Lambda function to send logs to it.

0 commit comments

Comments
 (0)