Skip to content

Commit 7175697

Browse files
Name change
1 parent 0690695 commit 7175697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/runtimes/go/itemencryptor/itemencryptdecrypt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ primary key configuration:
3838
- Sort key is named "sort_key" with type (S)
3939
*/
4040

41-
func Itemencryptdecrypt(kmsKeyID, ddbTableName string) {
41+
func ItemEncryptDecryptExample(kmsKeyID, ddbTableName string) {
4242
// 1. Create a Keyring. This Keyring will be responsible for protecting the data keys that protect your data.
4343
// For this example, we will create a AWS KMS Keyring with the AWS KMS Key we want to use.
4444
// We will use the `CreateMrkMultiKeyring` method to create this keyring,

0 commit comments

Comments
 (0)