glassechidna / ssmcfn

SSM Parameter Store custom resource for CloudFormation templates
52 stars 15 forks source link

Node.js Version #4

Open elliottcf opened 6 years ago

elliottcf commented 6 years ago

Node.js 4.3 is being deprecated, see https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html . Will the cfn template be updated to run on Node.js 8? Are there any changes to the code that need to happen to support Node.js 8?

phillipsnick commented 6 years ago

I have updated this to 6.10

Couldn't go higher due to https://forums.aws.amazon.com/thread.jspa?messageID=841075&tstart=0

mtrubs commented 5 years ago

as an FYI node 6.10 is now also EOL as of 2019-04-30. You can no longer create new functions and end of June you will no longer be able to update them.

https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html

unfor19 commented 3 years ago

I can confirm that this Lambda works on Node 12.x nodejs12.x