Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Nodejs 12.x, python 3.8, and Java 11 runtime in Lambda #10996

Closed
chrsalx opened this issue Nov 23, 2019 · 2 comments
Closed

Support Nodejs 12.x, python 3.8, and Java 11 runtime in Lambda #10996

chrsalx opened this issue Nov 23, 2019 · 2 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/lambda Issues and PRs that pertain to the lambda service.

Comments

@chrsalx
Copy link

chrsalx commented Nov 23, 2019

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Specifying nodejs12.x, python3.8, or java11 as a lambda function runtime results in error but these runtimes are currently available through the aws console.

Here's a screenshot of the console: http://tinyurl.com/unfqjjz

➜ terraform -v
Terraform v0.12.16
+ provider.aws v2.34.0
+ provider.template v2.1.2
➜ terraform plan

Error: expected runtime to be one of [dotnetcore1.0 dotnetcore2.0 dotnetcore2.1 go1.x java8 nodejs4.3 nodejs4.3-edge nodejs6.10 nodejs8.10 nodejs10.x provided python2.7 python3.6 python3.7 ruby2.5], got java11

New or Affected Resource(s)

  • aws_lambda_function

Potential Terraform Configuration

resource "aws_lambda_function" "lambda_fn" {
  function_name = "lambda_fn"
  ...
  runtime = "java11" | "nodejs12.x" | "python3.8"
}

References

@chrsalx chrsalx added the enhancement Requests to existing resources that expand the functionality or scope. label Nov 23, 2019
@ghost ghost added the service/lambda Issues and PRs that pertain to the lambda service. label Nov 23, 2019
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Nov 23, 2019
@ewbankkit
Copy link
Contributor

Duplicates #10919.
@chrsalx AWS Lambda support for Java 11, Node.js 12 and Python 3.8 was added in #10938 and released in version 2.39.0 of the Terraform AWS provider.

@chrsalx chrsalx closed this as completed Nov 25, 2019
@ghost
Copy link

ghost commented Mar 29, 2020

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!

@ghost ghost locked and limited conversation to collaborators Mar 29, 2020
@breathingdust breathingdust removed the needs-triage Waiting for first response or review from a maintainer. label Sep 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/lambda Issues and PRs that pertain to the lambda service.
Projects
None yet
Development

No branches or pull requests

3 participants