Closed jshlbrd closed 4 months ago
This is useful when you need to bulk delete items from DynamoDB. The JSONL file should contain entries that match the table's schema, like:
{"PK": "abc", "SK":"foo"} {"PK": "def", "SK":"bar"} {"PK": "ghi", "SK":"baz"}
Tested against a production DynamoDB table.
Description
Motivation and Context
This is useful when you need to bulk delete items from DynamoDB. The JSONL file should contain entries that match the table's schema, like:
How Has This Been Tested?
Tested against a production DynamoDB table.
Types of changes
Checklist: