Docs: CDK examples (metrics & tracer) have outdated references #435
Labels
completed
This item is complete and has been merged/shipped
documentation
Improvements or additions to documentation
good-first-issue
Something that is suitable for those who want to start contributing
Milestone
Bug description
In example-function.MyFunction and example-function.MyFunctionWithDecorator
line 9: const metrics = new Metrics({ namespace: namespace, service: serviceName });
service should be serviceName
In example-function.MyFunctionWithDecorator
typo in line 14 @tracer.captureLambdaHanlder() should be @tracer.captureLambdaHandler()
Expected Behavior
Try out the examples
Current Behavior
problems in IDE
Possible Solution
correct the lines; see summary
Steps to Reproduce
See summary
Environment
Related issues, RFCs
The text was updated successfully, but these errors were encountered: