We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e557996 commit 396cf47Copy full SHA for 396cf47
Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/ApiGatewayRouteConfig.cs
@@ -2,9 +2,9 @@
2
{
3
public class ApiGatewayRouteConfig
4
5
- public string LambdaResourceName { get; set; }
6
- public string Endpoint { get; set; }
7
- public string HttpMethod { get; set; }
8
- public string Path { get; set; }
+ public required string LambdaResourceName { get; set; }
+ public required string Endpoint { get; set; }
+ public required string HttpMethod { get; set; }
+ public required string Path { get; set; }
9
}
10
0 commit comments