aws / aws/aws-database-encryption-sdk-dynamodb

KeyRing and CMM get the original DDB request object through GetEncryptionMaterialsInput / OnEncryptInput / GetDecryptionMaterialsInput / OnDecryptInput

Open
#2,313 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
40
Forks
20
Avg merge
1d 17h
Merged PRs (30d)
1

Description

In S3EncryptionClient we are able to access `ExecutionAttributes` added to the AwsRequest object through this. We want to follow the same format for DDB here so we can pass state per request through ExecutionAttributes , per request call.

Contributor guide

Open the contributing guide

Research direction

Start by tracing GetEncryptionMaterialsInput, OnEncryptInput, GetDecryptionMaterialsInput, and OnDecryptInput, then compare how S3EncryptionClient exposes ExecutionAttributes from the original AwsRequest. Done means the original DDB request object and its per-request ExecutionAttributes are available through the corresponding materials and encrypt/decrypt callbacks.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.