File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Unicorn.Properties/PropertiesService Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
using System . Text . Json ;
5
5
using System . Text . Json . Nodes ;
6
6
using Amazon . Lambda . Core ;
7
- // using Amazon.XRay.Recorder.Handlers.AwsSdk;
7
+ using Amazon . XRay . Recorder . Handlers . AwsSdk ;
8
8
using AWS . Lambda . Powertools . Logging ;
9
9
using AWS . Lambda . Powertools . Metrics ;
10
- // using AWS.Lambda.Powertools.Tracing;
10
+ using AWS . Lambda . Powertools . Tracing ;
11
11
12
12
// Assembly attribute to enable the Lambda function's JSON input to be converted into a .NET class.
13
13
[ assembly: LambdaSerializer ( typeof ( Amazon . Lambda . Serialization . SystemTextJson . DefaultLambdaJsonSerializer ) ) ]
@@ -26,7 +26,7 @@ public class ContentIntegrityValidatorFunction
26
26
public ContentIntegrityValidatorFunction ( )
27
27
{
28
28
// Instrument all AWS SDK calls
29
- // AWSSDKHandler.RegisterXRayForAllServices();
29
+ AWSSDKHandler . RegisterXRayForAllServices ( ) ;
30
30
}
31
31
32
32
You can’t perform that action at this time.
0 commit comments