sumologic-aws-lambda
sumologic-aws-lambda copied to clipboard
Support arm64 runtime and Node16?
Any plans to validate and support the code to run on ARM64 and Node16 runtime?
ARM64 will help reduce customer operational costs.
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
I am not sure what you mean by supporting ARM64 & Node 16 managed runtime.
I have tried running the older Lambda function: https://github.com/SumoLogic/sumologic-aws-lambda/blob/main/cloudwatchlogs/cloudwatchlogs_lambda.js
on ARM 64 & Node 18 managed runtime.
It seems to work out-of-the-box.
Side note, I have created my own CloudFormation template to deploy it to AWS.