aws-lambda: Cannot use AdotInstrumentation for dotnet lambdas #31182
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
Accodring to the Getting Started page, you don't need to set ExecWrapper for dotnet lambdas.
However,
ExecWrapper
is required with CDK.Regression Issue
Expected Behavior
AdotInstrumentation should allow to omit ExecWrapper property.
Current Behavior
ExecWrapper property is mandatory.
Reproduction Steps
Language
.NET
The text was updated successfully, but these errors were encountered: