Extract data from the production tables and prepare JSON files for the test environment
1 | for table in dashboard-tile-publisher-prod-group dashboard-tile-publisher-prod-tile dashboard-tile-publisher-prod-tile-event; do |
Copy and modify the JSON files for the test environment
1 | for suffix in group tile tile-event; do |
Update the content in the JSON files for the test environment
1 | for suffix in tile tile-event; do |
Import the modified JSON files into the test environment DynamoDB tables
1 | for table in dashboard-tile-publisher-ptest-group dashboard-tile-publisher-ptest-tile dashboard-tile-publisher-ptest-tile-event; do |
References
- A.I.