aws-db-esdk

Crates.ioaws-db-esdk
lib.rsaws-db-esdk
version
sourcesrc
created_at2024-12-04 16:16:57.949934+00
updated_at2025-02-03 19:13:34.351936+00
descriptionaws-db-esdk is a library for implementing client side encryption with DynamoDB.
homepagehttps://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/releases/rust/db_esdk
repositoryhttps://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/releases/rust/db_esdk
max_upload_size
id1472265
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(seebees)

documentation

https://docs.rs/crate/aws-db-esdk

README

AWS Database Encryption SDK for DynamoDB

build status crates.io docs rustc

This is the official AWS Database Encryption SDK (DB-ESDK) for DynamoDB in Rust.

CHANGELOG

Overview

The AWS Database Encryption SDK (DB-ESDK) for DynamoDB is a client-side encryption library that allows you to perform attribute-level encryption, enabling you to encrypt specific attribute values within items before storing them in your DynamoDB table. All encryption and decryption are performed within your application. This lets you protect sensitive data in-transit and at-rest, as data cannot be exposed unless decrypted by your application.

For more details about the design and architecture of the DB-ESDK for DynamoDB, see the AWS Database Encryption SDK Developer Guide.

Examples for AWS Database Encryption SDK in Rust

Please look at the Examples on how to use the AWS Database Encryption SDK in Rust here.

Please note that some examples MAY require internet access and valid AWS credentials, since calls to KMS are made.

License

This library is licensed under the Apache 2.0 License.

Commit count: 0

cargo fmt