reason: the script made an assumption projectName and DB_NAME is the same, which isn't the case
because dashes get stripped out from the DB_NAME, the query --query "DBInstances[?DBName=='$PROJECT_NAME'] breaks when name includes dashes
https://github.com/commitdev/zero-deployable-backend/blob/master/db-ops/create-db-user.sh#L6
problems: