Skip to content

Commit 6c3971b

Browse files
auto commit
1 parent ced6cbf commit 6c3971b

File tree

1 file changed

+1
-1
lines changed
  • Examples/runtimes/go/migration/PlaintextToAWSDBE/awsdbe

1 file changed

+1
-1
lines changed

Examples/runtimes/go/migration/PlaintextToAWSDBE/awsdbe/step2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func MigrationStep2(kmsKeyID, ddbTableName, partitionKeyValue, sortKeyReadValue
9797
}
9898

9999
getInput := &dynamodb.GetItemInput{
100-
TableName: aws.String(ddbTableName),
100+
TableName: &ddbTableName,
101101
Key: key,
102102
ConsistentRead: aws.Bool(true),
103103
}

0 commit comments

Comments
 (0)