Five Ways to Deal With AWS DynamoDB GSI Throttling
A notorious performance bottleneck. But it can be solved.
I write mostly about interesting problems I solve to spread the knowledge and help others. My articles on Medium were viewed over 284,521 times so far.
A notorious performance bottleneck. But it can be solved.
For the cases when you screw up schema design.
Learn about the latest updates to my most popular GitHub project.
Learn how to deploy beta.api.example.com from a different AWS account that doesn’t own the example.com domain.
TL;DR; Implement parallel pagination from both ends instead of a sequential one.
The most obvious way would be to use webpack and do tree shaking. But I’m not a fan of that approach. It’s cumbersome to set up and has significant dev effort, especially when you face issues with…