Skip to content

Commit 32144af

Browse files
committed
added Readme
1 parent 3922783 commit 32144af

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ This repository contains SumoLogic AWS Lambda extension.
1111

1212
The Sumo Logic lambda extension is available as an AWS public Layer. The latest layer is:
1313

14-
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension:1
14+
For x86_64 use:
15+
16+
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:2
17+
18+
For arm64 use:
19+
20+
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:2
21+
1522

1623
- AWS_REGION - Replace with your AWS Lambda Region.
1724

@@ -20,6 +27,11 @@ All the logs that are not sent to Sumo Logic during the Execution phase of the A
2027

2128
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.
2229

30+
# Using Lambda extension in custom container images
31+
32+
Follow the instruction in [docs](https://help.sumologic.com/03Send-Data/Collect-from-Other-Data-Sources/Collect_AWS_Lambda_Logs_using_an_Extension#For_AWS_Lambda_Functions_Created_Using_Container_Images:)
33+
34+
Refer [containerimageexample](containerimageexample/python-arm64/) folder To see sample [Dockerfile](containerimageexample/python-arm64/Dockerfile) for python arm64 image.
2335

2436
# Contributing
2537

0 commit comments

Comments
 (0)