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 0690695 commit 7175697Copy full SHA for 7175697
Examples/runtimes/go/itemencryptor/itemencryptdecrypt.go
@@ -38,7 +38,7 @@ primary key configuration:
38
- Sort key is named "sort_key" with type (S)
39
*/
40
41
-func Itemencryptdecrypt(kmsKeyID, ddbTableName string) {
+func ItemEncryptDecryptExample(kmsKeyID, ddbTableName string) {
42
// 1. Create a Keyring. This Keyring will be responsible for protecting the data keys that protect your data.
43
// For this example, we will create a AWS KMS Keyring with the AWS KMS Key we want to use.
44
// We will use the `CreateMrkMultiKeyring` method to create this keyring,
0 commit comments