We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As a user, I want to delete individual items, or specific PK instead of the full table
await truncatePartition('tableName', { pk: 'USER#123' }); await deleteItems('tableName', [{ pk: 'USER#123', sk: 'USER#123' }]);