#!/bin/bash # Generate inventory in all regions echo "DDBTables" aws dynamodb list-tables --query TableNames --output text | tr '\t' '\n'