Skip to content

Commit a79471a

Browse files
authored
minor service name edits
1 parent 6791863 commit a79471a

File tree

1 file changed

+3
-3
lines changed
  • lambda-streaming-ttfb-write-sam-with-bedrock-streaming

1 file changed

+3
-3
lines changed

lambda-streaming-ttfb-write-sam-with-bedrock-streaming/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Lambda Response streaming: time-to-first-byte using write() method
1+
# AWS Lambda Response streaming: time-to-first-byte using write() method
22

3-
This pattern shows how to use Lambda response streaming ability and bedrock LLM streaming inference api to improve time-to-first byte using the write() method and `InvokeModelWithResponseStreamCommand`. For more information on the feature, see the [launch blog post](https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/).
3+
This pattern shows how to use AWS Lambda response streaming ability and Amazon Bedrock LLM streaming inference api to improve time-to-first byte using the write() method and `InvokeModelWithResponseStreamCommand`. For more information on the feature, see the [launch blog post](https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/).
44

55
Learn more about this pattern at Serverless Land Patterns: [lambda-streaming-ttfb-write-sam](https://github.com/aws-samples/serverless-patterns/tree/main/lambda-streaming-ttfb-write-sam)
66

@@ -69,4 +69,4 @@ You can see the gradual display of the streamed response.
6969
----
7070
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7171
72-
SPDX-License-Identifier: MIT-0
72+
SPDX-License-Identifier: MIT-0

0 commit comments

Comments
 (0)