LambdaSharpTool
LambdaSharpTool copied to clipboard
Update NodeJS to LTS version in expiring bucket lambda function
Issue: The bucket expiring lambda function uses nodejs 12 runtime which was deprecated on March 31,2023. It is no longer usable. https://github.com/LambdaSharp/LambdaSharpTool/blob/65394c7700c789c6d2d7351106d755133219715e/src/LambdaSharp.Tool/Resources/LambdaSharpBucketExpiring.yml#L65
See AWS docs here for confirmation: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
Please submit a pull-request for it. I'm not actively maintaining this project anymore.