Skip to content

Commit 11c7a2b

Browse files
m
1 parent 00c77cd commit 11c7a2b

File tree

3 files changed

+895
-1
lines changed

3 files changed

+895
-1
lines changed

Examples/runtimes/python/DynamoDBEncryption/src/searchable_encryption/complex_example/client/example.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from ..beacon_config import setup_beacon_config
33
from aws_database_encryption_sdk.encryptor.client import EncryptedClient
44
from .put_requests import put_all_items_to_table
5+
from .query_requests import run_queries
56

67
def run_example(
78
ddb_table_name: str,
@@ -24,4 +25,5 @@ def run_example(
2425
)
2526

2627
put_all_items_to_table(ddb_table_name, encrypted_client)
28+
run_queries(encrypted_client, ddb_table_name)
2729

0 commit comments

Comments
 (0)