You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that @duncanista PR's is merged to update node to 20.x, but when I download the https://datadog-cloudformation-template.s3.amazonaws.com/aws/serverless-macro/latest.yml file, I still see that the runtime is nodejs16.x.
I'm trying to update my lambdas to node20.x runtime and noticed that datadog is failing with No Lambda layer available for runtime: nodejs20.x
Expected Behavior
Use latest LTS Node version supported by aws (Node 20.x)
Actual Behavior
Node16.x which is being used by this macro function will soon be deprecated (Jun 12, 2024) .
will there be any issue if Node20.X is used instead ?
it's simmilar change to this issue #71
The text was updated successfully, but these errors were encountered: