MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / make_async_bedrock_client

Function make_async_bedrock_client

tests/test_middleware.py:1828–1829  ·  view source on GitHub ↗
(**kwargs: Any)

Source from the content-addressed store, hash-verified

1826
1827
1828def make_async_bedrock_client(**kwargs: Any) -> AsyncAnthropicBedrock:
1829 return AsyncAnthropicBedrock(aws_region="us-east-1", api_key="aws-bearer-token", **kwargs)
1830
1831
1832def make_vertex_client(**kwargs: Any) -> AnthropicVertex:

Calls 1

Tested by

no test coverage detected