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
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,6 @@ The router is configured with environment variables.
93
93
|`LAMBDA_DISPATCH_PreferredControlChannelScheme`| The scheme to use for the control channel<br>- `http` - Use HTTP<br>- `https` - Use HTTPS |`https`|
94
94
|`LAMBDA_DISPATCH_IncomingRequestHTTPPort`| The port to listen for incoming requests. This is the port contacted by the ALB. | 5001 |
95
95
|`LAMBDA_DISPATCH_IncomingRequestHTTPSPort`| The port to listen for incoming requests. This is the port contacted by the ALB. | 5002 |
96
-
||
97
96
|`LAMBDA_DISPATCH_ControlChannelInsecureHTTP2Port`| The non-TLS port to listen for incoming control channel requests. This is the port contacted by the Lambda extension. | 5003 |
98
97
|`LAMBDA_DISPATCH_ControlChannelHTTP2Port`| The TLS port to listen for incoming control channel requests. This is the port contacted by the Lambda extension. | 5004 |
0 commit comments