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

Nodejs8.10 is no longer supported for creating or updating AWS Lambda functions #10

Open
muellerc opened this issue Nov 1, 2020 · 2 comments

Comments

@muellerc
Copy link

muellerc commented Nov 1, 2020

By executing the CloudFormation template, I receive the following error:
The runtime parameter of nodejs8.10 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs12.x) while creating or updating functions. (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 46eb1284-c80e-4eeb-8a0e-6f39e4e455d3; Proxy: null)

@muellerc
Copy link
Author

muellerc commented Nov 1, 2020

@cmilanf
Copy link

cmilanf commented Apr 14, 2021

As @muellerc points, the Lab0 file at https://s3.amazonaws.com/ws-lambda-at-edge/bootstrap/cfn-template.json stills uses a nodejs8.10 definition:

"BootstrapFunction": {
      "Type": "AWS::Lambda::Function",
      "Properties": {
        "Handler": "index.handler",
        "Runtime": "nodejs8.10",
        "Timeout": 60,

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

2 participants