aws dynamodb wait

Wait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met

Subcommands

NameDescription
table-existsWait until JMESPath query Table.TableStatus returns ACTIVE when polling with ``describe-table``. It will poll every 20 seconds until a successful state has been reached. This will exit with a return code of 255 after 25 failed checks
table-not-existsWait until ResourceNotFoundException is thrown when polling with ``describe-table``. It will poll every 20 seconds until a successful state has been reached. This will exit with a return code of 255 after 25 failed checks