mengjiann / ssm-parameters-getter-lambda

To retrieve parameters from AWS Systems Manager's Parameter Store.
4 stars 2 forks source link

nodejs 10.x no longer supported #1

Open mosesliao opened 4 years ago

mosesliao commented 4 years ago

Hi @mengjiann I tried running this through the serverless application repository and I receive this 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: c7ae305b-fb93-4061-bf58-8905d4bdb7a4)

Please look into this. Thanks.

mosesliao commented 4 years ago

@mengjiann I tried to do a pull request but not working. Can you look into it? Thanks!