Skip to content

Commit b4c1526

Browse files
committed
Remove commented out shell script code
1 parent 92ea0e0 commit b4c1526

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

generate_mass_data.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ table_name="mass-data"
66

77
aws dynamodb create-table --table-name "${table_name}" --attribute-definitions AttributeName=id,AttributeType=S --key-schema AttributeName=id,KeyType=HASH --billing-mode PAY_PER_REQUEST --endpoint-url http://127.0.0.1:8002
88

9-
#for ((index = 0 ; index < num_items ; index++)); do
10-
# aws dynamodb put-item --table-name "${table_name}" --item "{\"id\": {\"S\": \"$(uuidgen)\"}}" --endpoint-url http://127.0.0.1:8002
11-
#done
12-
139
items_preamble="{\"${table_name}\": ["
1410
items_middle=""
1511
items_ending=']}'

0 commit comments

Comments
 (0)