DataDog / serverless-plugin-datadog

Serverless plugin to automagically instrument your Lambda functions with Datadog
Apache License 2.0
96 stars 49 forks source link

feat: allow sls v4 #512

Closed astuyve closed 3 months ago

astuyve commented 3 months ago

What does this PR do?

Closes #493, allows sls v4

Motivation

I had some time to smoke test it and everything seems to work okay. It does not seem like v4 has changed much in terms of functionality because the cloudformation template is still valid and the plugin managed to redirect handlers and apply the correct instrumentation.

So I believe opening up this restriction is safe.

Testing Guidelines

Additional Notes

Types of changes

Check all that apply