Skip to content

Commit 160da34

Browse files
authored
docs: metrcis (#33868)
### Issue # (if applicable) Typo ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 6f0e8fb commit 160da34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-lambda/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ fn.addEventSource(new eventsources.DynamoEventSource(table, {
869869

870870
### Observability
871871

872-
Customers can now opt-in to get enhanced metrics for their event source mapping that capture each stage of processing using the `MetrcisConfig` property.
872+
Customers can now opt-in to get enhanced metrics for their event source mapping that capture each stage of processing using the `MetricsConfig` property.
873873

874874
The following code shows how to opt in for the enhanced metrics.
875875

0 commit comments

Comments
 (0)