From f67df7fd1b409df512673ab4a795657a3d90fa6f Mon Sep 17 00:00:00 2001 From: Austen Date: Thu, 21 Sep 2023 01:19:46 -0600 Subject: [PATCH] fix: Improve dashboard documentation --- docs/guides/dashboard/monitoring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/dashboard/monitoring/README.md b/docs/guides/dashboard/monitoring/README.md index 6ab259147c7..6fcf74af0f1 100644 --- a/docs/guides/dashboard/monitoring/README.md +++ b/docs/guides/dashboard/monitoring/README.md @@ -123,7 +123,7 @@ Our AWS Lambda Layer is not an External Extension. Through extensive research an Additionally, our integration will listen to CloudTrail events and will automatically check to ensure our AWS Lambda Layer and Environment Variables are still attached every time each function has been updated. This only happens for AWS Lambda functions with "Instrument" enabled. This allows you to use any deployment tool with Serverless Framework's Observability & Monitoring features. It also ensures that if you set "Instrument", we guarantee those AWS Lambda functions will be instrumented, mitigating deployment and configuration mistakes. -## Debugging Integration & Instrumentation Issues +## Debugging Integration And Instrumentation Issues Serverless Framework seeks to automate all aspects of integrating into AWS accounts and instrumenting your AWS Lambda functions, saving you time and effort required when doing this manually. However, this can be a complex operation depending on how your AWS accounts and functions are configured.