DataDog / datadog-cloudformation-macro

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

feat: Deprecate node 12 #72

Closed astuyve closed 2 years ago

astuyve commented 2 years ago

What does this PR do?

Closes #71

Testing Guidelines

Additional Notes

Types of changes

Check all that apply

astuyve commented 2 years ago

Verified this via creating a macro lambda stack from a this branch: image

And instrumenting a SAM app (logs from the macro function running when deploying the SAM app): image

and checking the layer/extension was correctly applied, the handler didn't error, and telemetry was passed to datadog. image image