File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Your Logger will include the following keys to your structured logging (default
5858
5959Key | Example | Note
6060------------------------------------------------- | ------------------------------------------------- | ---------------------------------------------------------------------------------
61- ** level** : ` str ` | ` INFO ` | Logging level set for the Lambda function"s invocation
61+ ** level** : ` string ` | ` INFO ` | Logging level set for the Lambda function"s invocation
6262** message** : ` string ` | ` Query performed to DynamoDB ` | A descriptive, human-readable representation of this log item
6363** sampling_rate** : ` float ` | ` 0.1 ` | When enabled, it prints all the logs of a percentage of invocations, e.g. 10%
6464** service** : ` str ` | ` shopping-cart-api ` | A unique name identifier of the service this Lambda function belongs to, by default ` service_undefined `
You can’t perform that action at this time.
0 commit comments