We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1721a commit de0c3d5Copy full SHA for de0c3d5
src/Aspire.Hosting.AWS/Lambda/LambdaExtensions.cs
@@ -54,6 +54,8 @@ public static class LambdaExtensions
54
.WithAnnotation(new TLambdaProject());
55
}
56
57
+ resource.WithParentRelationship(serviceEmulator);
58
+
59
resource.WithOpenTelemetry();
60
61
resource.WithEnvironment(context =>
0 commit comments