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: appsync-events-bedrock-cdk/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Important: this application uses various AWS services and there are costs associ
26
26
6. The Lambda function will receive the completion `chunks` as soon as they are available;
27
27
7. For each completion chunk, the Lambda function will publish them through the [Publish HTTP API on AppSync Events](https://docs.aws.amazon.com/appsync/latest/eventapi/publish-http.html);
28
28
8. The client is now able to retrieve the completion chunks from AppSync Events;
29
-
9. The Client can finally unsubscribe from the channel and close the Websocket connection.
29
+
9. The client can finally unsubscribe from the channel and close the Websocket connection.
30
30
31
31
### Permissions and Security
32
32
In this demo the Client is only able to subscribe to the AppSync Event Websocket via the API_KEY. The same API_KEY will be used by the Lambda to perform Publish requests.
0 commit comments