We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad8e3a commit 280e038Copy full SHA for 280e038
examples/src/keyrings/hierarchical_keyring.py
@@ -26,7 +26,7 @@
26
27
This example requires access to the DDB Table where you are storing the Branch Keys. This
28
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)
+"partition_key" with type (S) - Sort key is named "sort_key" with type (S).
30
31
This example also requires using a KMS Key. You need the following access on this key: -
32
GenerateDataKeyWithoutPlaintext - Decrypt
0 commit comments