Skip to content

Commit f5009fd

Browse files
author
Lucas McDonald
committed
readmes
1 parent 88fcf77 commit f5009fd

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

DynamoDbEncryption/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Common Makefile targets are:
6666
### Development Requirements
6767

6868
* Dafny 4.1.0: https://github.com/dafny-lang/dafny
69-
* A
69+
* A Java 8 or newer development environment
7070

7171
#### (Optional) Dafny Report Generator Requirements
7272

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# AWS Database Encryption SDK for DynamoDb Java Examples
22

33
This project contains examples for using the AWS Database Encryption SDK for DynamoDb in Java.
4+
5+
```
6+
├── ..
7+
├── src
8+
│ ├── main/java/software/amazon/cryptography/examples: Examples source
9+
│ │ ├── BasicPutGetExample: Example using AWS DB ESDK to Put and Get an encrypted item from DynamoDB
10+
│ │ ├── CreateKeyStoreTableExample: Example creating a Keystore DynamoDB table for use with a hierarchical keyring
11+
│ │ ├── CreateKeyStoreKeyExample: Example creating a branch key in a Keystore DynamoDB table
12+
│ │ ├── clientsupplier: Examples using a custom KMS ClientSupplier
13+
│ │ ├── enhanced: Examples using the DynamoDbEnhancedClient
14+
│ │ ├── itemencryptor: Examples using the DynamoDbItemEncryptor
15+
│ │ ├── keyring: Examples creating and using different keyrings
16+
│ │ └── searchableencryption: Examples demonstrating searchable encryption configuration and usage
17+
└── └── test: Our tests that run these examples
18+
```

Examples/runtimes/java/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Examples (Java)
2+
3+
This project contains examples demonstrating how to use the AWS Database Encryption SDK.
4+
5+
```
6+
├── ..
7+
├── DynamoDbEncryption: Examples for using features in the AWS Database Encryption SDK
8+
└── Migration: Examples for migrating from a plaintext table or the DynamoDB Encryption Client 2.0 to AWS DB ESDK
9+
```

TestVectors/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# AWS Database Encryption SDK for DynamoDb Java Test Vectors
2+
3+
This project contains code encrypts and decrypts a suite of DynamoDB items to validate the Database Encryption SDK's cross-version compatibility.

0 commit comments

Comments
 (0)