DEV Community

Discussion on: 🐉 AWS CDK 101 - 🏇 Using batched dynamodb stream to delete item on another dynamodb table

Collapse
 
aravindvcyber profile image
Aravind V

@mmuller88

Second part of this article which demonstrates how I make use of batch deleteItem on dynamodb table to

This will help convert my example which is expected to generate 100K deleteItem api requests downstream to only 4K batchWrite dynamodb api requests.

dev.to/aravindvcyber/aws-cdk-101-d...