aws / aws/aws-database-encryption-sdk-dynamodb
KeyRing and CMM get the original DDB request object through GetEncryptionMaterialsInput / OnEncryptInput / GetDecryptionMaterialsInput / OnDecryptInput
- 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
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