We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780ac77 commit 9eb9901Copy full SHA for 9eb9901
DynamoDbEncryption/runtimes/python/test/integ/encrypted/README.md
@@ -0,0 +1,10 @@
1
+Integration tests for encrypted interfaces.
2
+
3
+These integration tests verify that encrypted boto3 interfaces behave as drop-in replacements for plaintext boto3 interfaces.
4
5
+Each test runs with both a plaintext client and an encrypted client, using the same request parameters and expecting the same response.
6
7
+This validates that encrypted clients expect the same input shapes as plaintext clients
8
+and encrypted clients return the same output shapes as plaintext clients.
9
10
+This guarantees that users can substitute encrypted interfaces without modifying their application logic.
0 commit comments