Skip to content

Commit 2843bc5

Browse files
authored
Merge pull request #7 from SumoLogic/readmeupdate
Update README.md
2 parents 0e5010c + 5a878bf commit 2843bc5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ The Sumo Logic lambda extension is available as an AWS public Layer. The latest
1515

1616
- AWS_REGION - Replace with your AWS Lambda Region.
1717

18+
### Receive logs during AWS Lambda execution time
19+
All the logs that are not sent to Sumo Logic during the Execution phase of the AWS Lambda, are sent during the shutdown phase instead. For more details on phases on the lifecycle and AWS Lambda phases please see the[ AWS documentation ](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html).
20+
21+
If you would like to always send logs during the execution phase however, you can add extra execution time via a sleep function at the end of lambda code, which will give your extension time to run and send logs to Sumo Logic. We recommend setting this to two seconds.
22+
23+
1824
# Contributing
1925

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

0 commit comments

Comments
 (0)