export function getKeyConditionExpression(params: IKeyConditionInput = {}) {
    if (!params.KeyCondition) {
        return params;
    }