- Notifications
You must be signed in to change notification settings - Fork8
Sumo Logic support for AWS Lambda extensions.
License
SumoLogic/sumologic-lambda-extensions
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
AWS Lambda Extensions lets you integrate Lambda with your favorite tools for monitoring, observability, security, and governance. Extensions enable you and your preferred tooling vendors to plug into Lambda’s lifecycle and integrate more deeply into the Lambda execution environment.
This repository contains SumoLogic AWS Lambda extension.
The Sumo Logic lambda extension is available as an AWS public Layer. The latest layer is:
For x86_64 use:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:<latest version from github release>For arm64 use:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:<latest version from github release>- AWS_REGION - Replace with your AWS Lambda Region.
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.
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.
Follow the instruction indocs
Refercontainerimageexample folder To see sampleDockerfile for python arm64 image.
- To improve the existing app or reporting issues, follow instructions inCONTRIBUTING
You can also join our slack community at sumodojo.slack.com.
Here's theCODE_OF_CONDUCT guidelines to follow.
- To know more about how to use this extension follow docshere.
- AWS Lambda Extensions API
For Full Change Log, please visitReleases page.
About
Sumo Logic support for AWS Lambda extensions.
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.