Graphcool / graphcool-framework

Apache License 2.0
1.77k stars 131 forks source link

Runtime paramter of nodejs8.10 is no longer supported #586

Open zacharykapank opened 4 years ago

zacharykapank commented 4 years ago

When trying to deploy my graphcool functions, this error appears:

Global ✖ software.amazon.awssdk.services.lambda.model.InvalidParameterValueException: 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: null; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: ae64e159-f9c4-4f13-8040-e28af3f6a095)

Even after renaming the functions and redeploying it still persists