AWS recently released support for the NodeJS 10.x Lambda execution environment.
Allow aws_lambda_function resource to use nodejs10.x runtime.
resource "aws_lambda_function" "my_awesome_lambda" {
...
runtime = "nodejs10.x"
}
https://aws.amazon.com/about-aws/whats-new/2019/05/aws_lambda_adds_support_for_node_js_v10/
Just found a commit which added this: https://github.com/terraform-providers/terraform-provider-aws/commit/6d39f615e685fc79216d53421e94d592c872cf1b
Wondering when the next release will be cut to include the change?
Hi @Clete2 👋 Thank you for this feature request. As you found, this was completed as part of #8627 and #8622. It will be released in version 2.11.0 of the Terraform AWS Provider, likely tomorrow.
Thanks @bflad !
+1 Thanks @bflad
This has been released in version 2.11.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Most helpful comment
Hi @Clete2 👋 Thank you for this feature request. As you found, this was completed as part of #8627 and #8622. It will be released in version 2.11.0 of the Terraform AWS Provider, likely tomorrow.