Skip to content

Commit 9eb9901

Browse files
author
Lucas McDonald
committed
sync
1 parent 780ac77 commit 9eb9901

File tree

1 file changed

+10
-0
lines changed
  • DynamoDbEncryption/runtimes/python/test/integ/encrypted

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)