diff --git a/sending-data/cloudwatch-metrics.md b/sending-data/cloudwatch-metrics.md index 2c4609c6b..719c879eb 100644 --- a/sending-data/cloudwatch-metrics.md +++ b/sending-data/cloudwatch-metrics.md @@ -24,6 +24,7 @@ Baselime automatically ingests Amazon CloudWatch Metrics, no additional steps ar Amazon CloudWatch Metrics can help you identify issues such as high error rates and latencies, which can help improve the overall reliability and scalability of your applications. Amazon CloudWatch Metrics cover all aspects of your serverless architecture automatically, from DynamoDB tables to S3 buckets and SQS Queues. + --- ## How it works diff --git a/sending-data/lambda-logs.md b/sending-data/lambda-logs.md index cbd82abec..8ab0b8bc7 100644 --- a/sending-data/lambda-logs.md +++ b/sending-data/lambda-logs.md @@ -39,7 +39,7 @@ In order to get the most out of Baselime, we recommend adding two log messages t - the event which triggered your Lambda function - the response your Lambda function returns -There can be added as follows: +These can be added as follows: ```javascript # :icon-code: handler.js exports.handler = async (event, context) => {