You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The port number used for the test tool's API Gateway emulator. If a port is specified the API Gateway emulator will be started. The --api-gateway-mode
62
-
/// also be set when setting the API Gateway emulator port.
61
+
/// The port number used for the test tool's API Gateway emulator. If a port is specified the API Gateway emulator will be started. The --api-gateway-emulator-mode
62
+
/// must also be set when setting the API Gateway emulator port.
[Description("The port number used for the test tool's API Gateway emulator.")]
66
66
publicint?ApiGatewayEmulatorPort{get;set;}
67
67
68
68
/// <summary>
69
-
/// The https port number used for the test tool's API Gateway emulator. If a port is specified the API Gateway emulator will be started. The --api-gateway-mode must
69
+
/// The https port number used for the test tool's API Gateway emulator. If a port is specified the API Gateway emulator will be started. The --api-gateway--emulator-mode must
70
70
/// also be set when setting the API Gateway emulator port. To use HTTPS the environment must be configured with certs
71
71
/// for the host specified in <see cref="LambdaEmulatorHost"/>.
0 commit comments