Registry / database / rusoto-dynamodb

rusoto-dynamodb

JSON →
library0.48.0rscratesunverified

AWS SDK for Rust providing access to Amazon DynamoDB (2012-08-10 API).

# Cargo.toml [dependencies] rusoto_dynamodb = "0.48.0"
INSTALL
IMPORT
SIG · RUSOTO-DYNAMODB
R
rusoto-dynamodb
databaserustv0.48.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.

DynamoDbClient
use rusoto_dynamodb::DynamoDbClient;

Creates a DynamoDB client for interacting with AWS DynamoDB.

use rusoto_dynamodb::DynamoDbClient; use rusoto_core::Region; fn main() { let client = DynamoDbClient::new(Region::UsEast1); println!("DynamoDB client created"); }
Debug
Known issues
gotchaRequires AWS credentials configured via environment variables or IAM roles.
fix
Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, or use an IAM role.
affects: >=0.48.0
Upgrade
Version history
0.48.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
OpenAI (training)
1
Resources
rusoto-dynamodb — cargo add rusoto-dynamodb · libregistry