Skip to content

Commit 6963d4f

Browse files
committed
updated readme
1 parent 89dcdc9 commit 6963d4f

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ The Sumo Logic lambda extension is available as an AWS public Layer. The latest
1313

1414
For x86_64 use:
1515

16-
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:4
16+
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:<latest version from github release>
1717

1818
For arm64 use:
1919

20-
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:4
20+
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:<latest version from github release>
2121

2222

2323
- AWS_REGION - Replace with your AWS Lambda Region.
@@ -76,6 +76,25 @@ For Full Change Log, please visit [Releases](https://github.com/SumoLogic/sumolo
7676
- Run below command
7777
`sh zip.sh`
7878

79+
## Release
80+
Releasing new layer versions
81+
82+
- Go to scripts folder
83+
- Export Profile export AWS_PROFILE=<sumo content profile>. The profile should point to sumocontnet aws account.
84+
- Run below command
85+
`sh zip.sh`
86+
87+
88+
- The new wheel package gets released automatically after the tags are pushed using Github actions(Refer tagged-release in https://github.com/marvinpinto/action-automatic-releases).
89+
90+
Run below commands to create and push tags
91+
92+
git tag -a v<major.minor.patch> <commit_id>
93+
94+
git push origin v<major.minor.patch>
95+
96+
- Add the source files and binaries manually from the target folder generated after running zip.sh
97+
7998
## Testing
8099

81100
1> Unit Testing locally

0 commit comments

Comments
 (0)