Registry / cloud / aws-sdk-bedrockruntime

aws-sdk-bedrockruntime

JSON →
library1.135.0rscratesunverified

AWS SDK for Amazon Bedrock Runtime, enabling invocation of foundation models.

# Cargo.toml [dependencies] aws-sdk-bedrockruntime = "1.135.0"
INSTALL
IMPORT
SIG · AWS-SDK-BEDROCKRUN
A
aws-sdk-bedrockruntime
cloudrustv1.135.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use aws_sdk_bedrockruntime::Client;

Create a Bedrock Runtime client.

use aws_sdk_bedrockruntime::Client; use aws_config::load_from_env; let config = load_from_env().await; let client = Client::new(&config);
Debug
Known issues
gotchaRequires async runtime (e.g., Tokio) for .await calls.
fix
Add tokio as a dependency and use #[tokio::main].
affects: >=1.0.0
Upgrade
Version history
1.135.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
aws-sdk-bedrockruntime — cargo add aws-sdk-bedrockruntime · libregistry