DataDog / datadog-cloudformation-macro

CloudFormation Macros by Datadog
Apache License 2.0
14 stars 22 forks source link

End of support for Node.js v12.x #71

Closed fdaciuk closed 2 years ago

fdaciuk commented 2 years ago

Expected Behavior

The template should create a lambda with Node.js runtime in a LTS version.

Actual Behavior

The lambda is being created with Node.js v12.x.

AWS will end support for Node.js v12.x runtime in November 1, 2022: https://aws.amazon.com/pt/blogs/developer/announcing-the-end-of-support-for-node-js-12-x-in-the-aws-sdk-for-javascript-v3/

Is there any problem to update the template.yml and use v16.x instead of v12.x?

astuyve commented 2 years ago

Nope, no problem.

astuyve commented 2 years ago

This is released in v.0.5.0 https://github.com/DataDog/datadog-cloudformation-macro/releases/tag/serverless-macro-0.5.0