From c94dea791588ca1f2da4053f25f37f8984d2e47c Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:23:39 +0100 Subject: [PATCH] docs(readme): reference bedrock sdk (#309) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 98b813af..97b615de 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,10 @@ Streaming with `client.messages.stream(...)` exposes [various helpers for your c 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). +## AWS Bedrock + +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). + ## Handling errors When the library is unable to connect to the API,