Skip to content

Commit 88fcf77

Browse files
author
Lucas McDonald
committed
work
1 parent 2b604b5 commit 88fcf77

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

DynamoDbEncryption/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## DynamoDb Encryption
1+
## DynamoDbEncryption
2+
3+
This project implements the AWS Database Encryption SDK for DynamoDB.
24

35
### Code Organization
46

5-
DynamoDb Encryption is a project containing the following Dafny 'localServices' under `dafny`:
7+
DynamoDbEncryption is a project containing the following Dafny 'localServices' under `dafny`:
68
- DynamoDbEncryption: A config-less entry point for shared structures and helper methods related to DDB Encryption.
79
- DynamoDbItemEncryptor: A client responsible for the encryption and decryption of DDB Items (sans any DDB API call).
810
- DynamoDbEncryptionTransforms: An internal interface responsible for appropriately adding encryption to DDB APIs.
@@ -63,7 +65,8 @@ Common Makefile targets are:
6365

6466
### Development Requirements
6567

66-
TODO
68+
* Dafny 4.1.0: https://github.com/dafny-lang/dafny
69+
* A
6770

6871
#### (Optional) Dafny Report Generator Requirements
6972

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ To enable transparent encryption and signing, create a keyring and a DynamoDbEnc
153153
SimpleClass returnedItem = table.getItem(itemToGet);
154154
```
155155

156-
See a related [example][] for more context and description.
156+
See a related [example][TODOplaintextexample] for more context and description.
157157

158158
### Downloads
159159

0 commit comments

Comments
 (0)