v1.0.2 - Ingestion Improvements
What's Changed
- Removed extension logs from default set of subscribed events
- Made the log sending part synchronous
- Added the check to wait for platform.runtimeDone before calling next event. It will send platform.start and all the function logs till platform.runtimeDone event is received. However platform.end and platform.report will still come in next invocation.
Full Changelog: v1.0.1...v1.0.2
New Layers versions are published
-
For x86_64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:3
-
For arm64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:3
AWS_REGION - Replace with your AWS Lambda Region.