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: templates/codebuild-deploy.yaml
+5-13Lines changed: 5 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -546,13 +546,7 @@ Parameters:
546
546
Type: String
547
547
Default: ''
548
548
Description: >
549
-
If not using the Web socket endpoint created via AllowStreamingResponses, you can optionally specify an alternative streaming endpoint here
550
-
551
-
StreamingDynamoDbTable:
552
-
Type: String
553
-
Default: ''
554
-
Description: >
555
-
If not using the DynamoDB table through Lex Web UI, you can optionally specify an alternative table for streaming purposes here
549
+
If you have an existing WebSocket API Gateway endpoint, you can specify it using this parameter. This requires parameter AllowStreamingResponses set to True.
Copy file name to clipboardExpand all lines: templates/master.yaml
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -574,13 +574,7 @@ Parameters:
574
574
Type: String
575
575
Default: ''
576
576
Description: >
577
-
If not using the Web socket endpoint created via AllowStreamingResponses, you can optionally specify an alternative streaming endpoint here
578
-
579
-
StreamingDynamoDbTable:
580
-
Type: String
581
-
Default: ''
582
-
Description: >
583
-
If not using the DynamoDB table through Lex Web UI, you can optionally specify an alternative table for streaming purposes here
577
+
If you have an existing WebSocket API Gateway endpoint, you can specify it using this parameter. This requires parameter AllowStreamingResponses set to True.
0 commit comments