danilop / LambdAuth

A sample authentication service implemented with a server-less architecture, using AWS Lambda to host and execute the code and Amazon DynamoDB as persistent storage. This provides a cost-efficient solution that is scalable and highly available and can be used with Amazon Cognito for Developer Authenticated Identities.
MIT License
1.37k stars 234 forks source link

NodeJS4.3 end of life (March 6, 2020) #73

Open russellhurren opened 2 years ago

russellhurren commented 2 years ago

I'm seeing this error creating Lambda functions. The runtime parameter of nodejs4.3 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs14.x) while creating or updating functions. AWS says nodejs14.x is EOL as at March 6 2020 https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html