💥 Nice preInvent announcement from DynamoDB -- the ability to pre-warm the max throughput on your table. Previously, you'd have to briefly set your table to provisioned mode with high throughput (see Yan Cui's article on this), but now you can do it yourself with an API call. Be careful on oversizing though! You'll see the impact of this if using DDB Streams -- lots of small / empty batches. And if you're not consuming from Lambda, that will be more expensive. https://lnkd.in/dHV-q3zc
More reasons to process DynamoDB streams with Lambda!
Staff Software Engineer and Team Lead at Pacific Northwest National Laboratory - AWS Community Builder: Serverless - My opinions are my own and not necessarily those of my employer
4moThis looks like some solid follow-up from AWS after seeing how customers were using DynamoDB. I hope this trend continues! I think Pete Naylor has some additional good insights on pre-warming. He was talking about the drawbacks in the #BelieveInServerlesss Discord channel recently.