0

Is it possible to delete one or, more records from a DynamoDB table based on the Global Secondary Index? I know that I can query the records first and then delete those records using the primary keys. But, I am looking for a single request logic which will save me RCU(s).

Neil Lunn
  • 148,042
  • 36
  • 346
  • 317
Sudip
  • 647
  • 2
  • 7
  • 28
  • Possible duplicate of [Deleting multiple items based on global secondary index in DynamoDB](https://stackoverflow.com/questions/40163603/deleting-multiple-items-based-on-global-secondary-index-in-dynamodb) – Dunedan Aug 18 '17 at 05:20
  • I actually saw that answer. But, that was answered back in 2016. I was wondering if AWS provides any API of this kind in the newer DynamoDBv2 SDK because that might save a lot RCUs. – Sudip Aug 18 '17 at 08:18

0 Answers0