File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
AOT_Logging/src/AOT_Logging
AOT_Metrics/src/AOT_Metrics
AOT_Tracing/src/AOT_Tracing Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88namespace AOT_Logging ;
99
10- public class Function
10+ public static class Function
1111{
1212 /// <summary>
1313 /// The main entry point for the Lambda function. The main function is called once during the Lambda init phase. It
Original file line number Diff line number Diff line change 66
77namespace AOT_Metrics ;
88
9- public class Function
9+ public static class Function
1010{
1111 /// <summary>
1212 /// The main entry point for the Lambda function. The main function is called once during the Lambda init phase. It
Original file line number Diff line number Diff line change 66
77namespace AOT_Tracing ;
88
9- public class Function
9+ public static class Function
1010{
1111 /// <summary>
1212 /// The main entry point for the Lambda function. The main function is called once during the Lambda init phase. It
You can’t perform that action at this time.
0 commit comments