Skip to content

Commit c94dea7

Browse files
stainless-botRobertCraigie
authored andcommitted
docs(readme): reference bedrock sdk (#309)
1 parent 2346840 commit c94dea7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ Streaming with `client.messages.stream(...)` exposes [various helpers for your c
135135

136136
Alternatively, you can use `client.messages.create({ ..., stream: true })` which only returns an async iterable of the events in the stream and thus uses less memory (it does not build up a final message object for you).
137137

138+
## AWS Bedrock
139+
140+
We provide support for the [Anthropic Bedrock API](https://aws.amazon.com/bedrock/claude/) through a [separate package](https://github.com/anthropics/anthropic-sdk-typescript/tree/main/packages/bedrock-sdk).
141+
138142
## Handling errors
139143

140144
When the library is unable to connect to the API,

0 commit comments

Comments
 (0)