terraform-aws-modules/terraform-aws-lambda

Not being able to use nodejs20.x as runtime

rebonat0 opened this issue · 4 comments

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.

  • Yes ✅: please list the AWS provider version which introduced this functionality

Is your request related to a problem? Please describe.

I'm not being able to use nodejs20.x runtime on terraform-aws-modules/lambda/aws, it's not available yet?

Describe the solution you'd like.

Describe alternatives you've considered.

Additional context

Did you try to specify the correct runtime value?

runtime = "python3.8"

Hi @antonbabenko , thank's for asking!

Yeah, I tried to use runtime = "nodejs20.x"
Here's a screenshot with the error that I got:
image