Skip to content

Commit

Permalink
change README
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Nov 17, 2023
1 parent 37d73ba commit 0e45f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ new lambda.Function(this, 'Lambda', {
});
```

To use `ApplicationLogLevel` and/or `SystemLogLevel` you must set `LogFormat` to `LogFormat.JSON`.
To use `applicationLogLevel` and/or `systemLogLevel` you must set `logFormat` to `LogFormat.JSON`.

## Resource-based Policies

Expand Down

0 comments on commit 0e45f05

Please sign in to comment.