Skip to content

Commit fea55c5

Browse files
committed
WIP
1 parent 4b2f0d8 commit fea55c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ func main() {
6969

7070
// Create an encrypted DynamoDB client
7171
clientConfig := encrypted.NewClientConfig(
72-
encrypted.WithDefaultEncryption(encrypted.EncryptStandard),
72+
encrypted.WithDefaultEncryption(encrypted.EncryptStandard),
7373
. }
74-
encryptedClient := encrypted.NewEncryptedClient(dynamodbClient, cmp, attributeActions)
74+
encryptedClient := encrypted.NewEncryptedClient(dynamodbClient, cmp, clientConfig)
7575

7676
// Perform encrypted DynamoDB operations
7777
putItemInput := &dynamodb.PutItemInput{

0 commit comments

Comments
 (0)