-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support .NET
runtimes
#236
Conversation
also added dotnet support
…s into jordan.gonzalez/support-dotnet-runtimes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! But left a few comments (especially the one of undefined vs null)
It would be great to remove deduplicate code where it doesn't affect readibility, especially in tests
…s into jordan.gonzalez/support-dotnet-runtimes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does this PR do?
Allows .NET AWS Lambdas to be instrumented using this CDK construct.
Motivation
We allow this in other Datadog instrumentation tools.
Testing Guidelines
Tested manually, added an example for both the
typescript
andpython
stacks underexamples
.Also added a unit test for the wrapper.
Additional Notes
I also removed some outdated runtimes from our unit tests.
Didn't create integration tests yet.
Types of Changes
Check all that apply