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 4b2f0d8 commit fea55c5Copy full SHA for fea55c5
README.md
@@ -69,9 +69,9 @@ func main() {
69
70
// Create an encrypted DynamoDB client
71
clientConfig := encrypted.NewClientConfig(
72
- encrypted.WithDefaultEncryption(encrypted.EncryptStandard),
+ encrypted.WithDefaultEncryption(encrypted.EncryptStandard),
73
. }
74
- encryptedClient := encrypted.NewEncryptedClient(dynamodbClient, cmp, attributeActions)
+ encryptedClient := encrypted.NewEncryptedClient(dynamodbClient, cmp, clientConfig)
75
76
// Perform encrypted DynamoDB operations
77
putItemInput := &dynamodb.PutItemInput{
0 commit comments