Skip to content

Commit b03e519

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

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
@@ -24,7 +24,7 @@ Important: this application uses various AWS services and there are costs associ
2424
4. The triggered Lambda function receives payload;
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;
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);
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.
3030

0 commit comments

Comments
 (0)