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
@@ -24,7 +24,7 @@ Important: this application uses various AWS services and there are costs associ
24
24
4. The triggered Lambda function receives payload;
25
25
5. The Lambda function proceeds to invoke a Bedrock model using the streaming API;
26
26
6. The Lambda function will receive the completion `chunks` as soon as they are available;
27
-
7. For each completion chunk, the Lambda will publish them through the [Publish HTTP API on AppSync Events](https://docs.aws.amazon.com/appsync/latest/eventapi/publish-http.html);
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
29
9. The Client can finally unsubscribe from the channel and close the Websocket connection.
0 commit comments