Ilya

Results 2 issues of Ilya

**Facts:** The selling crypto is supported with every bank in EU. SEPA allows faster transactions however it's not required as the modal suggests. ``` Without a SEPA instant bank account,...

Hi! I'm using this query in order to get the latest item for a specific hash key. (range key is createdAt). ``` const item = await Campaign.query('222') .limit(1) .descending() .exec().promise().then((data)...