File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33aws dynamodb put-item \
44 --table-name items \
55 --item ' {
6- "id": {"S": "' $( uuidgen 2> /dev/null || echo " default-id- 1" ) ' "},
6+ "id": {"S": "' $( uuidgen 2> /dev/null || echo " 1" ) ' "},
77 "name": {"S": "Premium Service Package"},
88 "description": {"S": "A comprehensive package offering premium services including dedicated support and priority access."},
99 "createdAt": {"S": "' $( date -u +" %Y-%m-%dT%H:%M:%SZ" ) ' "}
@@ -13,7 +13,7 @@ aws dynamodb put-item \
1313aws dynamodb put-item \
1414 --table-name items \
1515 --item ' {
16- "id": {"S": "' $( uuidgen 2> /dev/null || echo " default-id- 2" ) ' "},
16+ "id": {"S": "' $( uuidgen 2> /dev/null || echo " 2" ) ' "},
1717 "name": {"S": "Standard Service Package"},
1818 "description": {"S": "A standard package providing essential services with regular support."},
1919 "createdAt": {"S": "' $( date -u +" %Y-%m-%dT%H:%M:%SZ" ) ' "}
You can’t perform that action at this time.
0 commit comments