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

Autoscaling creation fails for Lambda with node6.10 #35

Open
yasiumaster opened this issue Aug 23, 2019 · 0 comments
Open

Autoscaling creation fails for Lambda with node6.10 #35

yasiumaster opened this issue Aug 23, 2019 · 0 comments

Comments

@yasiumaster
Copy link

For ICP 3.1.2 , deploying new cluster with enable_autoscaling = "true" fails on creating Lambda function:

  • aws_lambda_function.icp_autoscale: Error creating Lambda function: InvalidParameterValueException: The runtime parameter of nodejs6.10 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs10.x) while creating or updating functions

Possible solution like suggested:

resource "aws_lambda_function" "icp_autoscale"
runtime = "nodejs6.10" --> "nodejs10.x"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant