Skip to content

Commit 280e038

Browse files
Update examples/src/keyrings/hierarchical_keyring.py
1 parent 5ad8e3a commit 280e038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/keyrings/hierarchical_keyring.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
This example requires access to the DDB Table where you are storing the Branch Keys. This
2828
table must be configured with the following primary key configuration: - Partition key is named
29-
"partition_key" with type (S) - Sort key is named "sort_key" with type (S)
29+
"partition_key" with type (S) - Sort key is named "sort_key" with type (S).
3030
3131
This example also requires using a KMS Key. You need the following access on this key: -
3232
GenerateDataKeyWithoutPlaintext - Decrypt

0 commit comments

Comments
 (0)