Skip to content

Commit 57962fe

Browse files
authored
Update README.md
1 parent d233b81 commit 57962fe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ AWS Lambda Extensions lets you integrate Lambda with your favorite tools for mon
77

88
This repository contains SumoLogic AWS Lambda extension.
99

10-
**Note :- Since Sumo logic AWS Lambda extension requires a minimum execution time to send logs to Sumo Logic, it is recommended that a sleep time of minimum 1 second be added to AWS Lambda functions that have execution time in milliseconds in order to receive the logs during lambda execution.**
11-
1210
# AWS Layer Version
1311

1412
The Sumo Logic lambda extension is available as an AWS public Layer. The latest layer is:
@@ -17,6 +15,12 @@ The Sumo Logic lambda extension is available as an AWS public Layer. The latest
1715

1816
- AWS_REGION - Replace with your AWS Lambda Region.
1917

18+
### Receive logs during AWS Lambda execution time
19+
All the logs which are not sent to Sumo Logic during the execution of the AWS lambda, are sent to Sumo Logic during the [ShutDown](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html) of the AWS Lambda.
20+
21+
If you would like to send the Logs during the execution of the AWS lambda, you can add some extra execution time (using sleep at the end of lambda), which will give extension time to run and send the logs to Sumo Logic. We recommend adding a sleep time of around approx 1 - 2 seconds.
22+
23+
2024
# Contributing
2125

2226
- To improve the existing app or reporting issues, follow instructions in [CONTRIBUTING](CONTRIBUTING.md)

0 commit comments

Comments
 (0)