Skip to content

Commit bb19982

Browse files
committed
Merge pull request #1 from duchatran/master
Update top-level README file
2 parents fbe256e + d8de1dc commit bb19982

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
SumoLogic AWS Lambda Functions
22
==============================
33

4-
This repository contains various Lambda functions to send data from AWS services to SumoLogic
4+
## What does AWS Lambda do? ##
5+
AWS Lambda is a compute service that allows users to run code, in response to events, without having to provision and manage servers. A Lambda Function can be triggered automatically from other Amazon services, or from a web or mobile application. For more information, please visit the [AWS Lambda site](https://aws.amazon.com/lambda/).
56

6-
Usage
7-
-----
7+
## What do Sumo Logic Lambda Functions do? ##
8+
Sumo Logic Lambda Functions are designed to collect and process data from a variety of sources and pass it onto the Sumo Logic platform. Here, the data can be stored, aggregated, searched, and visualized for a variety of insightful use cases.
9+
10+
## What are the different Sumo Logic Lambda Functions available? ##
11+
We currently support a Lambda Function for Amazon CloudWatch Logs. As CloudWatch Logs become available, the Lambda Function processes the data and passes it along to the Sumo Logic platform. Users can then use Sumo Logic’s rich visualizations to easily troubleshoot and monitor their applications and systems hosted on AWS. Click here to learn more about configuring [Sumo Logic’s Lambda Function for Amazon CloudWatch Logs](https://github.com/SumoLogic/sumologic-aws-lambda/tree/master/cloudwatchlogs).
812

9-
Please look at the specific folder for details.

0 commit comments

Comments
 (0)