Skip to content

Commit 4277fc3

Browse files
chore: Add GSI for virtual beacon example to test table (#178)
1 parent f594339 commit 4277fc3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cfn/CI.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Resources:
6060
AttributeType: "S"
6161
- AttributeName: "aws_dbe_b_location"
6262
AttributeType: "S"
63+
- AttributeName: "aws_dbe_b_stateAndHasSensitiveData"
64+
AttributeType: "S"
6365
GlobalSecondaryIndexes:
6466
- IndexName: "state-zip-index"
6567
KeySchema:
@@ -81,6 +83,15 @@ Resources:
8183
ProvisionedThroughput:
8284
ReadCapacityUnits: "5"
8385
WriteCapacityUnits: "5"
86+
- IndexName: "stateAndHasSensitiveData-index"
87+
KeySchema:
88+
- AttributeName: "aws_dbe_b_stateAndHasSensitiveData"
89+
KeyType: "HASH"
90+
Projection:
91+
ProjectionType: ALL
92+
ProvisionedThroughput:
93+
ReadCapacityUnits: "5"
94+
WriteCapacityUnits: "5"
8495
KeySchema:
8596
- AttributeName: "customer_id"
8697
KeyType: "HASH"

0 commit comments

Comments
 (0)