Skip to content

Commit 0bf070d

Browse files
Update appsync-events-bedrock-cdk/README.md
Co-authored-by: Marco <marco.jahn@gmail.com>
1 parent c2b6e5c commit 0bf070d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appsync-events-bedrock-cdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Important: this application uses various AWS services and there are costs associ
2323
3. The client performs a request towards the Amazon API Gateway that exposes a `/chat` route passing the `userId` and `prompt` parameters. The `userId` will be used as a segment for the channel. The prompt will be used for GenAI completions on Bedrock;
2424
4. The triggered Lambda function receives payload;
2525
5. The Lambda function proceeds to invoke a Bedrock model using the streaming API;
26-
6. The Lambda will receive the completion `chunks` as soon as they are available;
26+
6. The Lambda function will receive the completion `chunks` as soon as they are available;
2727
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);
2828
8. The Client is now able to retrieve the completion chunks from AppSync Events;
2929
9. The Client can finally unsubscribe from the channel and close the Websocket connection.

0 commit comments

Comments
 (0)