# Tablesawsdynamodblist-tablesawsdynamodbdescribe-table--table-name<t_name>#Get metadata info## The primary key and sort key will appear inside the KeySchema field#Check if point in time recovery is enabledawsdynamodbdescribe-continuous-backups \--table-name tablename# Backupsawsdynamodblist-backupsawsdynamodbdescribe-backup--backup-arn<arn>awsdynamodbdescribe-continuous-backups--table-name<t_name># Global tablesawsdynamodblist-global-tablesawsdynamodbdescribe-global-table--global-table-name<name># Exportsawsdynamodblist-exportsawsdynamodbdescribe-export--export-arn<arn># Miscawsdynamodbdescribe-endpoints#Dynamodb endpoints
# Comparators to dump the database"NE":"a123"#Get everything that doesn't equal "a123""NOT_CONTAINS":"a123"#What you think"GT":" "#All strings are greater than a space
:username=:usernameor:username# This will generate the query:# :username = :username or :username = :username and Password = :password# which is always true