You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:<latest version from github release>
21
21
22
22
23
23
- AWS_REGION - Replace with your AWS Lambda Region.
@@ -76,6 +76,25 @@ For Full Change Log, please visit [Releases](https://github.com/SumoLogic/sumolo
76
76
- Run below command
77
77
`sh zip.sh`
78
78
79
+
## Release
80
+
Releasing new layer versions
81
+
82
+
- Go to scripts folder
83
+
- Export Profile export AWS_PROFILE=<sumocontentprofile>. 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
0 commit comments