Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunderl committed Apr 4, 2019
1 parent 5bb7db8 commit 8370ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/error-processor/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Error Processing with CloudWatch Logs and X-Ray
This sample application triggers a Lambda function when CloudWatch Logs detects the word ERROR in a log stream. The function downloads the full log stream, and the X-Ray trace for the request that caused the error, and stores both in S3.
This sample application triggers a Lambda function when CloudWatch Logs detects the word ERROR in a log stream. The function downloads the full log stream, and the X-Ray trace for the request that caused the error, and stores both in an Amazon S3 bucket.

This project contains the following resources-
- cloudwatch-logs - A Node.js function that retrieves logs and traces, and stores them in Amazon S3.
Expand Down

0 comments on commit 8370ef8

Please sign in to comment.