You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@ different runtimes.
49
49
50
50
This library is written in Dafny, a formally verifiable programming language that can be compiled into
51
51
different runtimes. This library is currently **ONLY** supported in Java, .NET and Rust.
52
+
52
53
<!-- TODO: Add Go to supported languages https://sim.amazon.com/issues/CrypTool-5444 -->
54
+
53
55
### AWS Integration
54
56
55
57
You need an Amazon Web Services (AWS) account to use the DB-ESDK for DynamoDB as it's specifically designed to work with Amazon DynamoDB. Optionally, you can use AWS Key Management Service (AWS KMS) as your main keyring provider.
@@ -69,6 +71,7 @@ You need an Amazon Web Services (AWS) account to use the DB-ESDK for DynamoDB as
69
71
- Dafny
70
72
- Rust
71
73
<!-- TODO: Add Go to supported languages https://sim.amazon.com/issues/CrypTool-5444 -->
74
+
72
75
# Contributing
73
76
74
77
See [CONTRIBUTING](CONTRIBUTING.md) for more information. For detailed information about code organization and development see [DynamoDbEncryption README](./DynamoDbEncryption/README.md)
0 commit comments