Skip to content

v1.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 14:15
· 18 commits to main since this release
483e55c

New Layers versions are published

For x86_64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-amd64:5

For arm64 architecture use layer ARN:
arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension-arm64:5

AWS_REGION - Replace with your AWS Lambda Region.

What's New

  • Fixes Lambda Extension cost overruns #17

Full Changelog:

v1.0.3...v1.0.4

Commits

  • 89dcdc9: added release workflow (Himanshu Pal)
  • 6963d4f: updated readme (Himanshu Pal)
  • a28196a: removed for loop calling next if no event (Himanshu Pal) #17
  • b6b27f6: added retry sleep time as config parameter (Himanshu Pal) #17
  • 3795aae: added default log type and updated tests (Himanshu Pal) #17
  • 4648aba: removed break (Himanshu Pal) #17