it("builds the ExpressionAttributeNameMap with an existing map", () => {
            const Condition2 = { b: "foo" };
            const params: IConditionAttributeNamesParams = {
                ExpressionAttributeNames: { "#a": "a" },
            };