Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Baselime/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankcorn committed Aug 14, 2023
2 parents eaedf00 + e0e9b84 commit ccfd150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sending-data/cloudwatch-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sending-data/lambda-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit ccfd150

Please sign in to comment.