alexcasalboni / aws-lambda-power-tuning

AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.
Apache License 2.0
5.27k stars 362 forks source link

Upgrade to Node 20 #221

Closed austin-poulter-torus closed 6 months ago

austin-poulter-torus commented 6 months ago

AWS is starting to send out emails reminding people to update their Node 16 Lambdas. Just a friendly reminder that this should be done in the next few months before the support ends.

I'm happy to submit a PR if that will be helpful. I'm just not sure what Terraform testing needs to be done since I use the SAR version.

alexcasalboni commented 6 months ago

Hi @austin-poulter-torus 👋 thanks for reaching out!

I'd definitely appreciate a PR here 👌

Switching to nodejs20.x shouldn't be too much of a pain for both CloudFormation and Terraform.

There isn't a Terraform-specific test suite, but the runtime values are consistent between CloudFormation and APIs, so we should just use nodejs20.x everywhere.