We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efccfcb commit 589c19cCopy full SHA for 589c19c
packages/aws-cdk-lib/aws-lambda/lib/function.ts
@@ -477,7 +477,7 @@ export interface FunctionOptions extends EventInvokeConfigOptions {
477
/**
478
* The log group the function sends logs to.
479
*
480
- * By default, Lambda functions send logs to an automatically created default log group named /aws/lambda/<function name>.
+ * By default, Lambda functions send logs to an automatically created default log group named /aws/lambda/\<function name\>.
481
* 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.
482
483
* 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