Skip to content

Releases: SumoLogic/sumologic-lambda-extensions

ARM architecture based binaries generated for Sumo Logic Lambda Extension

Choose a tag to compare

@himanshu219 himanshu219 released this 29 Sep 21:33
45faadb

Arm architecture support added for Sumo Logic AWS Lambda Extension.

  1. Lambda Functions using Layers

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

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

      AWS_REGION - Replace with your AWS Lambda Region.

  2. Lambda Functions created using container images
    Download the latest binary tar file attached

v1.0.0

Choose a tag to compare

@himanshu219 himanshu219 released this 12 Nov 18:36
6dc03d8

Initial release of Sumo Logic AWS Lambda Extension.

The Layer version is :

arn:aws:lambda:<AWS_REGION>:956882708938:layer:sumologic-extension:1

  • AWS_REGION - Replace with your AWS Lambda Region.