New Layers versions are published
For x86_64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:11
For arm64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:11
AWS_REGION - Replace with your AWS Lambda Region.
What's New
- Upgraded Golang to version 1.24 with CVE fixes
- Updated base container image
- Enhanced error handling
- Fixed issues highlighted by golangci-lint
- Upgraded to aws-sdk-go-v2 from aws-sdk-go for enhanced performance and modularity.
Full Changelog
Commits
- e11cfe9: Enhacement extension for CVE fixes (Akhil Dangore) #26
- 055d96e: Updated Docker build (Akhil Dangore) #26
- d3d5247: Update dockerfile (Akhil Dangore) #26
- d141356: Update go version in github action (Akhil Dangore) #26
- 1231e0f: Added AWS role for auth (Akhil Dangore) #26
- f500cd2: Added permission (Akhil Dangore) #26
- 89b992a: LambdaExtensionPublishRole created on common account (Akhil Dangore) #26
- bc45135: Updated zip with version 11 (Akhil Dangore) #26