49 ms·
When the user visits `/settings` I fetch all the lists from twitter and BatchWrite them into DynamoDB. Turns out you have way more than 25 lists, and the BatchW
by lonesword 3y ago
When the user visits `/settings` I fetch all the lists from twitter and BatchWrite them into DynamoDB. Turns out you have way more than 25 lists, and the BatchWrite fails. Let me see if I can quickly give a fix. Thanks for reporting this :)