#! /bin/bash set -eu TABLE_NAME="$(jq < cfn-output.json -r '.DynamoTable')" read -r -d '' items <