Skip to content

Commit ec03d73

Browse files
auto commit
1 parent c95c2b5 commit ec03d73

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Examples/runtimes/go/searchableencryption/complexexample/beaconConfig.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ import (
3333
* our workshop using the encryption client.
3434
*/
3535

36-
// SetupBeaconConfig creates and configures a DynamoDB client with searchable encryption
37-
// for complex beacon queries. This function demonstrates how to set up:
38-
// - Standard beacons for individual attributes
39-
// - Compound beacons for multi-attribute queries
40-
// - Encrypted and signed parts for beacon construction
41-
// - Hierarchical keyring for key management
42-
// - Complete table encryption configuration
4336
func SetupBeaconConfig(ctx context.Context, ddbTableName, branchKeyId, branchKeyWrappingKmsKeyArn, branchKeyDdbTableName string) (*dynamodb.Client, error) {
4437
// 1. Create Keystore and branch key.
4538
// These are the same constructions as in the Basic examples, which describe this in more detail.

0 commit comments

Comments
 (0)