Skip to content

Commit 8d03614

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

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
@@ -25,7 +25,7 @@ Important: this application uses various AWS services and there are costs associ
2525
5. The Lambda function proceeds to invoke a Bedrock model using the streaming API;
2626
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);
28-
8. The Client is now able to retrieve the completion chunks from AppSync Events;
28+
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.
3030

3131
### Permissions and Security

0 commit comments

Comments
 (0)